ansible-thunix/roles/webserver/tasks/apache.yml

105 lines
3.8 KiB
YAML
Raw Normal View History

2018-12-21 14:50:46 +00:00
#This play configs apapche for us
---
##Sites
- name: Deploy Apache2 Site Config 000-default.conf
copy:
2018-12-21 14:50:46 +00:00
src: ../files/etc/apache2/sites-available/000-default.conf
dest: /etc/apache2/sites-available/000-default.conf
- name: Deploy Apache2 Site Config default-ssl.conf
copy:
2018-12-21 14:50:46 +00:00
src: ../files/etc/apache2/sites-available/default-ssl.conf
dest: /etc/apache2/sites-available/default-ssl.conf
- name: Deploy Apache2 Site Config mail.thunix.cf.conf
copy:
2018-12-21 14:50:46 +00:00
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:
2018-12-21 14:50:46 +00:00
src: ../files/etc/apache2/sites-available/ny.dyniform.net.conf
dest: /etc/apache2/sites-available/ny.dyniform.net.conf
- name: Deploy Apache2 Site Config thunix.cf.conf
copy:
2018-12-21 14:50:46 +00:00
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:
2018-12-21 14:50:46 +00:00
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:
2018-12-21 14:50:46 +00:00
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
dest: /etc/apache2/sites-available/amcclure.cf.conf
- name: Deploy Apache2 Site Config www.amcclure.cf.conf
copy:
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
dest: /etc/apache2/sites-available/amcclure.tilde.conf
- name: Deploy Apache2 Site Config www.amcclure.tilde.conf
copy:
src: ../files/etc/apache2/sites-available/www.amcclure.tilde.conf
dest: /etc/apache2/sites-available/www.amcclure.tilde.conf
- name: Deploy Apache2 Site Config www.amcclure.ttm.sh.conf
copy:
src: ../files/etc/apache2/sites-available/amcclure.ttm.sh.conf
dest: /etc/apache2/sites-available/amcclure.ttm.sh.conf
- name: Deploy Apache2 Site Config you.wer.ee.conf
copy:
src: ../files/etc/apache2/sites-available/you.wer.ee.conf
dest: /etc/apache2/sites-available/you.wer.ee.conf
- name: Deploy Apache2 Site Config ftp.thunix.cf.conf
copy:
src: ../files/etc/apache2/sites-available/ftp.thunix.cf.conf
dest: /etc/apache2/sites-available/ftp.thunix.cf.conf
##Mods
#- 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