Files @ 064760bdc9d5
Branch filter:

Location: majic-ansible-roles/roles/common/defaults/main.yml - annotation

branko
MAR-26: Implemented tests and fixes ldap_server role:

- Use static network configuration in order to make it easier to test
connectivity from dedicated client.
- Added client machine for testing firewall.
- Added missing LDAP client configuration on instance used for testing of
mandatory options.
- Fixed name of server for backup testing purposes.
- Expanded a bit the cipher configuration for LDAP server for testing optional
parameters.
- Fixed wrongly populated Debian selections setting for LDAP organisation.
- Use templates for deploying LDAP TLS keys and certificates in order to avoid
Ansible munching the TAB characters.
- Implemented tests covering fully functionality of the role.
---

enable_backup: False
common_packages: []
os_users: []
os_groups: []
ca_certificates: {}
incoming_connection_limit: 3/second
incoming_connection_limit_burst: 9
prompt_colour: none
prompt_id: null
extra_backup_patterns:
  - "/root"
  - "/home"
pip_check_requirements:
  - click==6.7
  - first==2.0.1
  - pip-tools==1.9.0
  - six==1.10.0

# Internal use only.
prompt_colour_mapping:
  black: "0;30"
  red: "0;31"
  green: "0;32"
  brown: "0;33"
  blue: "0;34"
  purple: "0;35"
  cyan: "0;36"
  light_gray: "0;37"
  dark_gray: "1;30"
  light_red: "1;31"
  light_green: "1;32"
  yellow: "1;33"
  light_blue: "1;34"
  light_purple: "1;35"
  light_cyan: "1;36"
  white: "1;37"
  none: "0"