mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-19 10:50:18 +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
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
- include: packages.yml
|
||||
#- include: users.yml
|
||||
- include: apache.yml
|
||||
#- include: apache.yml
|
||||
- include: codedeploy.yml
|
||||
- include: apache2-mods.yml
|
||||
- include: tor.yml
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
- apache2
|
||||
- createrepo
|
||||
- dpkg-dev
|
||||
- gophernicus
|
||||
# - gophernicus
|
||||
- mariadb-client
|
||||
- mariadb-server
|
||||
- php-imagick
|
||||
|
||||
Reference in New Issue
Block a user