apache.yml is up to the working config
This commit is contained in:
parent
9ab1fd4968
commit
3a283103de
|
@ -15,9 +15,6 @@
|
||||||
src: ../files/etc/apache2/sites-available/{{ item }}.conf
|
src: ../files/etc/apache2/sites-available/{{ item }}.conf
|
||||||
dest: /etc/apache2/sites-available/{{ item }}.conf
|
dest: /etc/apache2/sites-available/{{ item }}.conf
|
||||||
loop:
|
loop:
|
||||||
- default-ssl
|
|
||||||
- thunix.cf
|
|
||||||
- www.thunix.cf
|
|
||||||
- thunix.net
|
- thunix.net
|
||||||
- www.thunix.net
|
- www.thunix.net
|
||||||
- ftp.thunix.net
|
- ftp.thunix.net
|
||||||
|
@ -34,9 +31,6 @@
|
||||||
dest: /etc/apache2/sites-enabled/{{ item }}.conf
|
dest: /etc/apache2/sites-enabled/{{ item }}.conf
|
||||||
state: link
|
state: link
|
||||||
loop:
|
loop:
|
||||||
- default-ssl
|
|
||||||
- thunix.cf
|
|
||||||
- www.thunix.cf
|
|
||||||
- thunix.net
|
- thunix.net
|
||||||
- www.thunix.net
|
- www.thunix.net
|
||||||
- ftp.thunix.net
|
- ftp.thunix.net
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
- include: packages.yml
|
- include: packages.yml
|
||||||
#- include: users.yml
|
#- include: users.yml
|
||||||
#- include: apache.yml
|
- include: apache.yml
|
||||||
- include: codedeploy.yml
|
- include: codedeploy.yml
|
||||||
- include: apache2-mods.yml
|
- include: apache2-mods.yml
|
||||||
- include: tor.yml
|
- include: tor.yml
|
||||||
|
|
Loading…
Reference in New Issue