ipsilon: make sure /etc/ipsilon/root is owned by ipsilon
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
17959a301c
commit
b68200e0bc
1 changed files with 11 additions and 0 deletions
|
@ -74,6 +74,17 @@
|
||||||
tags:
|
tags:
|
||||||
- ipsilon
|
- ipsilon
|
||||||
|
|
||||||
|
- name: make sure /etc/ipsilon/root is owned correctly
|
||||||
|
file:
|
||||||
|
path: "/etc/ipsilon/root"
|
||||||
|
owner: ipsilon
|
||||||
|
group: ipsilon
|
||||||
|
state: directory
|
||||||
|
mode: 0700
|
||||||
|
tags:
|
||||||
|
- ipsilon
|
||||||
|
- config
|
||||||
|
|
||||||
- name: copy ipsilon configuration
|
- name: copy ipsilon configuration
|
||||||
template:
|
template:
|
||||||
src: "ipsilon.conf"
|
src: "ipsilon.conf"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue