ff
This commit is contained in:
parent
0f9ae62f29
commit
5dbfa7c651
1 changed files with 6 additions and 1 deletions
|
@ -14,6 +14,12 @@
|
||||||
group: munin
|
group: munin
|
||||||
loop: "{{ munin_dirs }}"
|
loop: "{{ munin_dirs }}"
|
||||||
|
|
||||||
|
- name: Ensure permissions are set
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /var/lib/munin/cgi-tmp
|
||||||
|
mode: 'ugo+rw'
|
||||||
|
recurse: true
|
||||||
|
|
||||||
- name: Template apache config
|
- name: Template apache config
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: apache.conf
|
src: apache.conf
|
||||||
|
@ -21,7 +27,6 @@
|
||||||
# validate: "apachectl -S -f %s"
|
# validate: "apachectl -S -f %s"
|
||||||
notify: "restart apache2"
|
notify: "restart apache2"
|
||||||
|
|
||||||
|
|
||||||
- name: Enable fgcid
|
- name: Enable fgcid
|
||||||
community.general.apache2_module:
|
community.general.apache2_module:
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue