Files @ 51c92f71fa0a
Branch filter:

Location: majic-ansible-roles/roles/database_server/handlers/main.yml

branko
MAR-170: Always enforce use of HTTPS in the web_server role:

- Dropped the default_enforce_https parameter.
- Updated tests.
- Updated release notes.
1
2
3
4
5
6
---

- name: Restart MariaDB
  service:
    name: mysql
    state: restarted