Post migration fix, playbook runs, with bugs forthcoming

This commit is contained in:
root
2020-02-16 18:03:49 -05:00
parent deb6c37502
commit 786a315835
5 changed files with 16 additions and 36 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -29,7 +29,7 @@
- apache2
- createrepo
- dpkg-dev
- gophernicus
# - gophernicus
- mariadb-client
- mariadb-server
- php-imagick