Files @ 770551dc8c6f
Branch filter:

Location: majic-ansible-roles/roles/preseed/molecule/default/group_vars/parameters-optional-with-overrides.yml - annotation

branko
MAR-148: Improve the SSH connectivity tests in backup_server role to be more reliable:

- Introduce a session-level fixture for setting permissions for client
SSH private keys (fixes errors related to SSH requesting tighter
permissions).
- Add assertions for the tests that verify the backup clients cannot
connect to the regular SSH server in case the SSH private keys do
not have correct permissions (just in case).
---

preseed_directory: /tmp/custom_preseed_files_location
ansible_key: CUSTOMKEY
preseed_server_overrides:
  parameters-optional-with-overrides-jessie64:
    country: RS
    dns: 1.1.1.1
    domain: example.com
    gateway: 2.2.2.2
    hostname: testing
    ip: 3.3.3.3
    keymap: sv
    language: sr
    locale: en_UK.UTF-8
    mirror_directory: /
    mirror_hostname: ftp.de.debian.org
    mirror_proxy: http://proxy.local
    netmask: 255.255.0.0
    network_auto: false
    network_interface: eth1
    root_password: myrootpassword
    timezone: Europe/Belgrade