mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-26 11:59:23 +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
|
||||
|
||||
Reference in New Issue
Block a user