mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-18 18:30:19 +00:00
Post migration fix, playbook runs, with bugs forthcoming
This commit is contained in:
@@ -8,11 +8,6 @@
|
||||
mode: 744
|
||||
|
||||
#Sites
|
||||
- name: Deploy Apache2 Site Config 000-default.conf
|
||||
copy:
|
||||
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:
|
||||
src: ../files/etc/apache2/sites-available/default-ssl.conf
|
||||
@@ -48,21 +43,6 @@
|
||||
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
|
||||
|
||||
- name: Deploy apache2 site conf for staticadventures.netlib.re
|
||||
copy:
|
||||
src: ../files/etc/apache2/sites-available/staticadventures.netlib.re.conf
|
||||
|
||||
Reference in New Issue
Block a user