mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-21 03:40:17 +00:00
apache.yml is up to the working config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user