mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 21:40:19 +00:00
Update 'roles/webserver/tasks/apache.yml'
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user