Files @ abe3f4e5e6a6
Branch filter:

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

branko
MAR-129: Updated preseed role for Ansible 2.5.x and new Molecule:

- Include top-level linting configuration in test configuration.
- Fixed linting errors.
- Moved test playbook variables into group_vars.
- Updated how hosts are referenced in tests.
---

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