Files
@ 5b6d00b0beab
Branch filter:
Location: majic-ansible-roles/roles/common/meta/main.yml - annotation
5b6d00b0beab
557 B
text/x-yaml
MAR-170: Always enforce use of HTTPS in the wsgi_server role:
- Dropped the enforce_https parameter.
- Updated tests.
- Updated release notes.
- Dropped the enforce_https parameter.
- Updated tests.
- Updated release notes.
0f817823bed7 0f817823bed7 0f817823bed7 b2cbf5050e57 d5252677bcb0 7742feee3781 d5252677bcb0 f454072704fa f454072704fa f454072704fa 4b964a31bd96 4b964a31bd96 4b964a31bd96 4b964a31bd96 4b964a31bd96 c91c9e52484e c91c9e52484e c91c9e52484e c91c9e52484e c91c9e52484e c91c9e52484e c91c9e52484e c91c9e52484e c91c9e52484e c91c9e52484e c91c9e52484e | ---
dependencies:
- role: backup
when: enable_backup
backup_patterns_filename: common
backup_patterns:
- "/var/log"
- "/etc/shadow"
- "/var/mail"
- "/var/spool/cron"
- role: backup
when: enable_backup
backup_patterns_filename: common_extra
backup_patterns: "{{ extra_backup_patterns }}"
galaxy_info:
author: Branko Majic
description: Apply common configuration and hardening on server
license: BSD
min_ansible_version: 2.9
platforms:
- name: Debian
versions:
- 8
- 9
|