mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Merge branch 'new-site-amcclure-tilde' of thunix/ansible into master
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin amcclure@ttm.sh
|
||||
ServerName amcclure.tilde
|
||||
ServerAlias www.amcclure.tilde
|
||||
DocumentRoot /var/www/tilde
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
<Directorymatch "^/.*/\.git/">
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
</Directorymatch>
|
||||
</VirtualHost>
|
||||
@@ -63,4 +63,9 @@
|
||||
#- name: Deploy amcclure.ttm.sh-le-ssl.conf
|
||||
# copy:
|
||||
# src: ../files/etc/apache2/sites-available/amcclure.ttm.sh-le-ssl.conf
|
||||
# dest: /etc/apache2/sites-available/amcclure.ttm.sh-le-ssl.conf
|
||||
# dest: /etc/apache2/sites-available/amcclure.ttm.sh-le-ssl.conf
|
||||
|
||||
- name: Deploy amcclure.tilde.conf
|
||||
copy:
|
||||
src: ../files/etc/apache2/sites-available/amcclure.tilde.conf
|
||||
dest: /etc/apache2/sites-available/amcclure.tilde.conf
|
||||
Reference in New Issue
Block a user