Files @ 14eb78a4f466
Branch filter:

Location: majic-ansible-roles/roles/preseed/defaults/main.yml

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

- Include global linting configuration file in tests.
- Fixed linting issues.
- Fix deprecation warnings from Ansible (for apt module and
state=installed).
- Updated how the hosts are being referenced within tests.
---

ansible_key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"
preseed_country: SE
preseed_directory: "{{ inventory_dir }}/preseed_files"
preseed_keymap: us
preseed_language: en
preseed_locale: en_US.UTF-8
preseed_mirror_directory: /debian
preseed_mirror_hostname: ftp.se.debian.org
preseed_mirror_proxy: ""
preseed_network_auto: yes
preseed_network_interface: eth0
preseed_root_password: root
preseed_server_overrides: {}
preseed_timezone: Europe/Stockholm