Files @ ceb51ff23ae3
Branch filter:

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

branko
MAR-132: Added support to xmpp_server role for Debian 9 (Stretch):

- Updated tests to include Debian 9 in testing. Existing private keys
are reused where possible (since most of the naming is identical
between the machines with jessie/stretch).
- Updated invocation of sendxmpp in tests as workaround for
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854210.
- Updated testing of imported keys to accomodate differences between
gpg/gpg2 (used by apt-key in Jessie/Stretch).
---

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