ff
This commit is contained in:
parent
76d11b9cb2
commit
7a6c6ed888
2 changed files with 3 additions and 1 deletions
|
@ -18,8 +18,9 @@
|
|||
ansible.builtin.template:
|
||||
src: apache.conf
|
||||
dest: /etc/apache2/sites-available/000-default.conf
|
||||
validate: apachectl -S
|
||||
notify: "restart apache2"
|
||||
# TODO validate: apachectl -S
|
||||
|
||||
|
||||
- name: Enable fgcid
|
||||
community.general.apache2_module:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
ServerName {{ ansible_fqdn }}
|
||||
Alias /munin /var/cache/munin/www
|
||||
<Directory /var/cache/munin/www>
|
||||
Require all granted
|
||||
|
|
Loading…
Reference in a new issue