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:
|
ansible.builtin.template:
|
||||||
src: apache.conf
|
src: apache.conf
|
||||||
dest: /etc/apache2/sites-available/000-default.conf
|
dest: /etc/apache2/sites-available/000-default.conf
|
||||||
|
validate: apachectl -S
|
||||||
notify: "restart apache2"
|
notify: "restart apache2"
|
||||||
# TODO validate: apachectl -S
|
|
||||||
|
|
||||||
- name: Enable fgcid
|
- name: Enable fgcid
|
||||||
community.general.apache2_module:
|
community.general.apache2_module:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
ServerName {{ ansible_fqdn }}
|
||||||
Alias /munin /var/cache/munin/www
|
Alias /munin /var/cache/munin/www
|
||||||
<Directory /var/cache/munin/www>
|
<Directory /var/cache/munin/www>
|
||||||
Require all granted
|
Require all granted
|
||||||
|
|
Loading…
Reference in a new issue