Move firewall script to roles. Adjust hosts. ..

This commit is contained in:
2019-09-04 04:04:57 +02:00
parent 3e4b1cf988
commit 444674e8f7
16 changed files with 2012 additions and 1311 deletions

View File

@ -11,7 +11,6 @@ apt_ansible_dependencies:
- python3-apt
- lsb-release
- apt-transport-https
- apt-transport-tor
- dbus
- sudo
- vim
@ -125,7 +124,6 @@ apt_upgrade_dpkg_options:
apt_initial_install_stretch:
- apt-transport-https
- apt-transport-tor
- dbus
- openssh-server
- rssh
@ -237,7 +235,6 @@ apt_initial_install_stretch:
apt_initial_install_buster:
- apt-transport-https
- apt-transport-tor
- dbus
- openssh-server
- rush
@ -475,6 +472,10 @@ apt_install_state: latest
apt_remove:
- rpcbind
- apt-transport-tor
- tor
- tor-geoipdb
- torsocks
apt_remove_purge: false
@ -718,7 +719,10 @@ git_apache2_repositories:
# ---
# group [nginx_webserver]
# ---
git_nginx_repositories: []
git_nginx_repositories:
- name: nginx
repo: https://git.oopen.de/install/nginx
dest: /usr/local/src/nginx
# ---