mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05: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
|
||||
dest: /etc/apache2/sites-available/{{ item }}.conf
|
||||
loop:
|
||||
- default-ssl
|
||||
- thunix.cf
|
||||
- www.thunix.cf
|
||||
- thunix.net
|
||||
- www.thunix.net
|
||||
- ftp.thunix.net
|
||||
@@ -34,9 +31,6 @@
|
||||
dest: /etc/apache2/sites-enabled/{{ item }}.conf
|
||||
state: link
|
||||
loop:
|
||||
- default-ssl
|
||||
- thunix.cf
|
||||
- www.thunix.cf
|
||||
- thunix.net
|
||||
- www.thunix.net
|
||||
- ftp.thunix.net
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
- include: packages.yml
|
||||
#- include: users.yml
|
||||
#- include: apache.yml
|
||||
- include: apache.yml
|
||||
- include: codedeploy.yml
|
||||
- include: apache2-mods.yml
|
||||
- include: tor.yml
|
||||
|
||||
Reference in New Issue
Block a user