Adding thunix.net to system configs

This commit is contained in:
Ubergeek 2019-02-10 03:53:27 +00:00
parent 1831a54938
commit 56c8d21036
3 changed files with 30 additions and 30 deletions

View File

@ -0,0 +1,11 @@
<VirtualHost *:80>
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
<Directorymatch "^/.*/\.git/">
Order deny,allow
Deny from all
</Directorymatch>
</VirtualHost>

View File

@ -0,0 +1,11 @@
<VirtualHost *:80>
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
<Directorymatch "^/.*/\.git/">
Order deny,allow
Deny from all
</Directorymatch>
</VirtualHost>

View File

@ -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