d
This commit is contained in:
parent
2564eb2873
commit
7f5b74f22b
1 changed files with 4 additions and 4 deletions
|
@ -23,8 +23,8 @@
|
||||||
group: munin
|
group: munin
|
||||||
- name: /var/cache/munin/www
|
- name: /var/cache/munin/www
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
owner: root
|
owner: tss
|
||||||
group: root
|
group: tss
|
||||||
- name: /var/lib/munin
|
- name: /var/lib/munin
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
owner: munin
|
owner: munin
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
state: directory
|
state: directory
|
||||||
owner: munin
|
owner: munin
|
||||||
group: munin
|
group: tss
|
||||||
recurse: true
|
recurse: true
|
||||||
|
|
||||||
- name: Template apache config
|
- name: Template apache config
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
group: root
|
group: root
|
||||||
notify: "restart apache2"
|
notify: "restart apache2"
|
||||||
|
|
||||||
- name: Enable fgcid
|
- name: apache2: enable fgcid
|
||||||
community.general.apache2_module:
|
community.general.apache2_module:
|
||||||
state: present
|
state: present
|
||||||
name: fcgid
|
name: fcgid
|
||||||
|
|
Loading…
Reference in a new issue