diff --git a/roles/webserver/files/etc/apache2/sites-available/thunix.net.conf b/roles/webserver/files/etc/apache2/sites-available/thunix.net.conf
new file mode 100644
index 0000000..95619fd
--- /dev/null
+++ b/roles/webserver/files/etc/apache2/sites-available/thunix.net.conf
@@ -0,0 +1,11 @@
+
+ ServerAdmin webmaster@thunix.net
+ ServerName thunix.net
+ DocumentRoot /var/www/thunix.cf
+ ErrorLog ${APACHE_LOG_DIR}/error.log
+ CustomLog ${APACHE_LOG_DIR}/access.log combined
+
+ Order deny,allow
+ Deny from all
+
+
diff --git a/roles/webserver/files/etc/apache2/sites-available/www.thunix.net.conf b/roles/webserver/files/etc/apache2/sites-available/www.thunix.net.conf
new file mode 100644
index 0000000..b016c6e
--- /dev/null
+++ b/roles/webserver/files/etc/apache2/sites-available/www.thunix.net.conf
@@ -0,0 +1,11 @@
+
+ ServerAdmin webmaster@thunix.net
+ ServerName www.thunix.net
+ DocumentRoot /var/www/thunix.cf
+ ErrorLog ${APACHE_LOG_DIR}/error.log
+ CustomLog ${APACHE_LOG_DIR}/access.log combined
+
+ Order deny,allow
+ Deny from all
+
+
diff --git a/roles/webserver/tasks/apache.yml b/roles/webserver/tasks/apache.yml
index b6a1bac..6285ef2 100644
--- a/roles/webserver/tasks/apache.yml
+++ b/roles/webserver/tasks/apache.yml
@@ -23,11 +23,6 @@
src: ../files/etc/apache2/sites-available/mail.thunix.cf.conf
dest: /etc/apache2/sites-available/mail.thunix.cf.conf
-#- name: Deploy Apache2 Site Config mail.thunix.cf-le-ssl.conf
-# copy:
-# src: ../files/etc/apache2/sites-available/mail.thunix.cf-le-ssl.conf
-# dest: /etc/apache2/sites-available/mail.thunix.cf-le-ssl.conf
-
- name: Deploy Apache2 Site Config ny.dyniform.net.conf
copy:
src: ../files/etc/apache2/sites-available/ny.dyniform.net.conf
@@ -38,31 +33,16 @@
src: ../files/etc/apache2/sites-available/thunix.cf.conf
dest: /etc/apache2/sites-available/thunix.cf.conf
-#- name: Deploy Apache2 Site Config thunix.cf-le-ssl.conf
-# copy:
-# src: ../files/etc/apache2/sites-available/thunix.cf-le-ssl.conf
-# dest: /etc/apache2/sites-available/thunix.cf-le-ssl.conf
-
- name: Deploy Apache2 Site Config thunix.tilde.chat.conf
copy:
src: ../files/etc/apache2/sites-available/thunix.tilde.chat.conf
dest: /etc/apache2/sites-available/thunix.tilde.chat.conf
-#- name: Deploy Apache2 Site Config thunix.tilde.chat.conf
-# copy:
-# src: ../files/etc/apache2/sites-available/thunix.tilde.chat.conf
-# dest: /etc/apache2/sites-available/thunix.tilde.chat.conf
-
- name: Deploy Apache2 Site Config www.thunix.cf.conf
copy:
src: ../files/etc/apache2/sites-available/www.thunix.cf.conf
dest: /etc/apache2/sites-available/www.thunix.cf.conf
-#- name: Deploy Apache2 Site Config www.thunix.cf-le-ssl.conf
-# copy:
-# src: ../files/etc/apache2/sites-available/www.thunix.cf-le-ssl.conf
-# dest: /etc/apache2/sites-available/www.thunix.cf-le-ssl.conf
-
- name: Deploy Apache2 Site Config amcclure.cf.conf
copy:
src: ../files/etc/apache2/sites-available/amcclure.cf.conf
@@ -73,11 +53,6 @@
src: ../files/etc/apache2/sites-available/www.amcclure.cf.conf
dest: /etc/apache2/sites-available/www.amcclure.cf.conf
-#- name: Deploy Apache2 Site Config amcclure.cf.conf
-# copy:
-# src: ../files/etc/apache2/sites-available/amcclure.cf-le-ssl.conf
-# dest: /etc/apache2/sites-available/amcclure.cf-le-ssl.conf
-
- name: Deploy Apache2 Site Config amcclure.tilde.conf
copy:
src: ../files/etc/apache2/sites-available/amcclure.tilde.conf
@@ -103,9 +78,12 @@
src: ../files/etc/apache2/sites-available/ftp.thunix.cf.conf
dest: /etc/apache2/sites-available/ftp.thunix.cf.conf
-##Mods
+- name: Deploy Apache2 Site Config thunix.net.conf
+ copy:
+ src: ../files/etc/apache2/sites-available/thunix.net.conf
+ dest: /etc/apache2/sites-available/thunix.net.conf
-#- name: Deploy Apache2 Module Config php7.0.conf
-# copy:
-# src: ../files/etc/apache2/mods-available/php7.0.conf
-# dest: /etc/apache2/mods-available/php7.0.conf
+- name: Deploy Apache2 Site Config www.thunix.net.conf
+ copy:
+ src: ../files/etc/apache2/sites-available/www.thunix.net.conf
+ dest: /etc/apache2/sites-available/www.thunix.net.conf