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

6
hosts
View File

@ -3,11 +3,11 @@ ansible_connection=local
ansible_python_interpreter=/usr/bin/python3 ansible_python_interpreter=/usr/bin/python3
[common] [common]
thunix.net localhost
[shell] [shell]
thunix.net localhost
[webserver] [webserver]
thunix.net localhost

View File

@ -83,7 +83,7 @@
- cowsay - cowsay
- devscripts - devscripts
- dos2unix - dos2unix
- dosemu # - dosemu
- dovecot-pop3d - dovecot-pop3d
- dovecot-core - dovecot-core
- dovecot-imapd - dovecot-imapd
@ -101,7 +101,7 @@
- gitweb - gitweb
- gopher - gopher
- gnome-icon-theme - gnome-icon-theme
- gnome-icon-theme-extras # - gnome-icon-theme-extras
- htop - htop
- hugo - hugo
- ident2 - ident2
@ -142,13 +142,13 @@
- mc-data - mc-data
- midori - midori
- minetest-data - minetest-data
- minetest-mod-advspawning # - minetest-mod-advspawning
- minetest-mod-animalmaterials # - minetest-mod-animalmaterials
- minetest-mod-animals # - minetest-mod-animals
- minetest-mod-maidroid - minetest-mod-maidroid
- minetest-mod-mesecons - minetest-mod-mesecons
- minetest-mod-mobf-core # - minetest-mod-mobf-core
- minetest-mod-mobf-trap # - minetest-mod-mobf-trap
- minetest-mod-moreblocks - minetest-mod-moreblocks
- minetest-mod-moreores - minetest-mod-moreores
- minetest-mod-nether - minetest-mod-nether
@ -158,7 +158,7 @@
- mkdocs - mkdocs
- mkdocs-doc - mkdocs-doc
- mkdocs-bootstrap - mkdocs-bootstrap
- mkdocs-bootswatch # - mkdocs-bootswatch
- mono-apache-server - mono-apache-server
- mono-complete - mono-complete
- mono-dbg - mono-dbg
@ -167,9 +167,9 @@
- moon-buggy - moon-buggy
- mosh - mosh
- mutt - mutt
- mysql-client # - mysql-client
- nasm - nasm
- nbsdgames # - nbsdgames
- neofetch - neofetch
- neomutt - neomutt
- newsbeuter - newsbeuter
@ -205,7 +205,7 @@
- python-certbot-apache - python-certbot-apache
- python-flask - python-flask
- python-pip - python-pip
- python-potr # - python-potr
- python-twisted - python-twisted
- python3 - python3
- python3-flask - python3-flask

View File

@ -8,11 +8,6 @@
mode: 744 mode: 744
#Sites #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 - name: Deploy Apache2 Site Config default-ssl.conf
copy: copy:
src: ../files/etc/apache2/sites-available/default-ssl.conf src: ../files/etc/apache2/sites-available/default-ssl.conf
@ -48,21 +43,6 @@
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
- name: Deploy apache2 site conf for staticadventures.netlib.re - name: Deploy apache2 site conf for staticadventures.netlib.re
copy: copy:
src: ../files/etc/apache2/sites-available/staticadventures.netlib.re.conf src: ../files/etc/apache2/sites-available/staticadventures.netlib.re.conf

View File

@ -3,7 +3,7 @@
- include: packages.yml - include: packages.yml
#- include: users.yml #- include: users.yml
- include: apache.yml #- include: apache.yml
- include: codedeploy.yml - include: codedeploy.yml
- include: apache2-mods.yml - include: apache2-mods.yml
- include: tor.yml - include: tor.yml

View File

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