ff
This commit is contained in:
parent
5e93b5236a
commit
2564eb2873
1 changed files with 6 additions and 6 deletions
|
@ -23,8 +23,8 @@
|
||||||
group: munin
|
group: munin
|
||||||
- name: /var/cache/munin/www
|
- name: /var/cache/munin/www
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
owner: munin
|
owner: root
|
||||||
group: munin
|
group: root
|
||||||
- name: /var/lib/munin
|
- name: /var/lib/munin
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
owner: munin
|
owner: munin
|
||||||
|
@ -34,14 +34,14 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
- name: /var/lib/munin/cgi-tmp
|
- name: /var/lib/munin/cgi-tmp
|
||||||
mode: 'ugo+rw'
|
mode: '0755'
|
||||||
owner: munin
|
owner: root
|
||||||
group: munin
|
group: root
|
||||||
|
|
||||||
- name: Ensure permissions are set
|
- name: Ensure permissions are set
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /var/lib/munin/cgi-tmp
|
path: /var/lib/munin/cgi-tmp
|
||||||
mode: 'ugo+rw'
|
mode: '0755'
|
||||||
state: directory
|
state: directory
|
||||||
owner: munin
|
owner: munin
|
||||||
group: munin
|
group: munin
|
||||||
|
|
Loading…
Reference in a new issue