fedora.im: also need to make the /srv/web/fedora.im dir
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
19b66e404b
commit
78ae760408
1 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,15 @@
|
|||
- name: make /srv/web/fedora.im dir
|
||||
file: state=directory
|
||||
path=/srv/web/fedora.im
|
||||
owner=apache
|
||||
group=apache
|
||||
mode=0775
|
||||
setype=httpd_sys_content_t
|
||||
seuser=system_u
|
||||
tags:
|
||||
- fedora-web
|
||||
- fedora-web/fedora.im
|
||||
|
||||
- name: Copy some config files for {{website}}
|
||||
copy: >
|
||||
src={{item}} dest=/etc/httpd/conf.d/{{website}}/{{item}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue