Create config file symlink
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
73c4024bd5
commit
e6290329e4
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@
|
||||||
copy: src=ipsilon-httpd.conf
|
copy: src=ipsilon-httpd.conf
|
||||||
dest=/etc/httpd/conf.d/ipsilon.conf
|
dest=/etc/httpd/conf.d/ipsilon.conf
|
||||||
|
|
||||||
|
- name: Create Ipsilon config symlink
|
||||||
|
file: path=/var/lib/ipsilon/ipsilon.conf
|
||||||
|
dest=/etc/ipsilon/ipsilon.conf
|
||||||
|
state=link
|
||||||
|
|
||||||
- name: create wellknown directory
|
- name: create wellknown directory
|
||||||
file: path=/etc/ipsilon/wellknown state=directory
|
file: path=/etc/ipsilon/wellknown state=directory
|
||||||
owner=ipsilon group=ipsilon mode=0755
|
owner=ipsilon group=ipsilon mode=0755
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue