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:
Kevin Fenzi 2021-08-30 15:27:14 -07:00
parent 19b66e404b
commit 78ae760408

View file

@ -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}}