Files @ 4a3c8915f967
Branch filter:

Location: majic-ansible-roles/roles/wsgi_website/handlers/main.yml - annotation

branko
MAR-80: Added support to wsgi_website and php_website roles to specify list of e-mails or accounts that should receive mails delivered to role's administrator/application users. Updated application users in both roles to use same home directory as the admin. Added .keep file for docs/_static in order to avoid warnings when building documentation.
1
2
3
4
---

- name: "Restart website {{ fqdn }}"
  service: name="{{ fqdn }}" state=restarted