Update 'roles/webserver/tasks/apache.yml'
This commit is contained in:
parent
f2b9395369
commit
1ad9d95d73
|
@ -20,15 +20,11 @@
|
||||||
- thunix.net
|
- thunix.net
|
||||||
- www.thunix.net
|
- www.thunix.net
|
||||||
- ftp.thunix.net
|
- ftp.thunix.net
|
||||||
- staticadventures.netlib.re
|
|
||||||
- deb.thunix.net
|
- deb.thunix.net
|
||||||
- rpm.thunix.net
|
- rpm.thunix.net
|
||||||
- stats.thunix.net
|
- stats.thunix.net
|
||||||
- wiki.thunix.net
|
- wiki.thunix.net
|
||||||
- mightywcms
|
|
||||||
- apogee.thunix.net
|
- apogee.thunix.net
|
||||||
- pcworms.ir
|
|
||||||
- adlerhouse
|
|
||||||
|
|
||||||
- name: Make Apache2 site configs live
|
- name: Make Apache2 site configs live
|
||||||
file:
|
file:
|
||||||
|
@ -40,20 +36,7 @@
|
||||||
- thunix.net
|
- thunix.net
|
||||||
- www.thunix.net
|
- www.thunix.net
|
||||||
- ftp.thunix.net
|
- ftp.thunix.net
|
||||||
- staticadventures.netlib.re
|
|
||||||
- deb.thunix.net
|
- deb.thunix.net
|
||||||
- rpm.thunix.net
|
- rpm.thunix.net
|
||||||
- stats.thunix.net
|
- stats.thunix.net
|
||||||
- wiki.thunix.net
|
- wiki.thunix.net
|
||||||
- mightywcms
|
|
||||||
- apogee.thunix.net
|
|
||||||
- pcworms.ir
|
|
||||||
- adlerhouse
|
|
||||||
|
|
||||||
- name: Give permissions for staticadventures.netlib.re to southerntofu
|
|
||||||
file:
|
|
||||||
path: /var/www/staticadventures.netlib.re
|
|
||||||
state: directory
|
|
||||||
owner: southerntofu
|
|
||||||
group: southerntofu
|
|
||||||
recurse: yes # Can be removed in the future, but for now all files still have old uid/gid
|
|
||||||
|
|
Loading…
Reference in New Issue