Update 'roles/webserver/tasks/apache.yml'
This commit is contained in:
parent
83f3cfcd12
commit
14c866ba36
|
@ -47,3 +47,18 @@
|
||||||
copy:
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/ftp.thunix.net.conf
|
src: ../files/etc/apache2/sites-available/ftp.thunix.net.conf
|
||||||
dest: /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
|
Loading…
Reference in New Issue