Update 'roles/webserver/tasks/apache.yml'

This commit is contained in:
Anton McClure 2019-02-24 20:18:40 -05:00
parent 83f3cfcd12
commit 14c866ba36
1 changed files with 15 additions and 0 deletions

View File

@ -47,3 +47,18 @@
copy:
src: ../files/etc/apache2/sites-available/ftp.thunix.net.conf
dest: /etc/apache2/sites-available/ftp.thunix.net.conf
- name: Deploy apache2 site conf for forums.thunix.net.conf
copy:
src: ../files/etc/apache2/sites-available/forums.thunix.net.conf
dest: /etc/apache2/sites-available/forums.thunix.net.conf
- name: Deploy apache2 site conf for git.thunix.net.conf
copy:
src: ../files/etc/apache2/sites-available/git.thunix.net.conf
dest: /etc/apache2/sites-available/git.thunix.net.conf
- name: Deploy apache2 site conf for lists.thunix.net.conf
copy:
src: ../files/etc/apache2/sites-available/lists.thunix.net.conf
dest: /etc/apache2/sites-available/lists.thunix.net.conf