Files @ b68d19ad38a3
Branch filter:

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

branko
MAR-33: Added initial scaffolding for wsgi_website tests:

- Added Molecule configuration file.
- Implemented test playbook that sets-up three separate instances of WSGI
website in order to test all variations of parameters.
- Added name for the set_fact task.
- Fixed linting errors related to mode that lacks leading zero.
- Added skip_ansible_lint tag for command that creates the Python virtual
environment.
- Added missing become keyword wherever become_user is specified.
- Fixed invalid parameter name for specifying if HTTPS should be enforced or
not.
- Added small initial sample WSGI apps that get deployed.
- Added static/media sample files.
- Added TLS material.
- Added initial dummy test file.
---

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