Files
@ 8278ff584984
Branch filter:
Location: majic-ansible-roles/testsite/group_vars/web.yml - annotation
8278ff584984
1.1 KiB
text/x-yaml
MAR-128: Upgraded tests for database role:
- Switch to new Molecule configuration.
- Updated set-up playbook to use become: yes.
- Moved some preparatory steps outside of the main playbook (eases
idempotence tests).
- Updated tests to reference the yml inventory file.
- Updated tests to use new fixture (host instead of individual ones).
- Updated backup_server and backup_client configuration in order to
make the backup testing more generic (and easier to update for
future).
- Switch to new Molecule configuration.
- Updated set-up playbook to use become: yes.
- Moved some preparatory steps outside of the main playbook (eases
idempotence tests).
- Updated tests to reference the yml inventory file.
- Updated tests to use new fixture (host instead of individual ones).
- Updated backup_server and backup_client configuration in order to
make the backup testing more generic (and easier to update for
future).
06bf1c3c9611 06bf1c3c9611 06bf1c3c9611 0f17841d0aad 06bf1c3c9611 0f17841d0aad 06bf1c3c9611 1b05bae8e440 373cdfe71c66 18cd76ec050d 18cd76ec050d 373cdfe71c66 373cdfe71c66 09625826d96f 09625826d96f 3686169e9565 4a3c8915f967 0ec59430e00c 0ec59430e00c 0ec59430e00c 0ec59430e00c 0ec59430e00c 67dd87d59abb 67dd87d59abb 67dd87d59abb 67dd87d59abb 8548876c068b 8548876c068b 8548876c068b 8548876c068b 8548876c068b 8548876c068b | ---
local_mail_aliases:
root: "root john.doe@{{ testsite_domain }}"
smtp_relay_host: mail.{{ testsite_domain }}
smtp_relay_truststore: "{{ lookup('file', inventory_dir + '/tls/ca.pem') }}"
default_https_tls_key: "{{ lookup('file', inventory_dir + '/tls/web.' + testsite_domain + '_https.key') }}"
default_https_tls_certificate: "{{ lookup('file', inventory_dir + '/tls/web.' + testsite_domain + '_https.pem') }}"
web_default_title: "Welcome to Example Inc."
web_default_message: "You are attempting to access the web server using a wrong name or an IP address. Please check your URL."
db_root_password: "root"
website_mail_recipients: "john.doe@example.com"
environment_indicator:
background_colour: "purple"
text_colour: "white"
text: "Majic Ansible Roles Test Site"
proxy_headers:
Accept-Encoding: '"gzip"'
web_server_tls_protocols:
- TLSv1.2
- TLSv1.1
web_server_tls_ciphers: "DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA:!aNULL:!MD5:!EXPORT"
|