added roles to site.yml

This commit is contained in:
erebion 2022-12-14 17:49:34 +01:00
parent 9cc8ef54cf
commit c045196670
3 changed files with 15 additions and 0 deletions

11
host_vars/firewall.yml Normal file
View file

@ -0,0 +1,11 @@
---
firewall_services:
- http
- https
#firewall_ports:
# - 1337/tcp
# - 42/udp
# uncomment and change if necessary

Binary file not shown.

View file

@ -5,4 +5,8 @@
remote_user: root
roles:
- apt
- apt-update-upgrade
- apt_listchanges
- basic_common_settings
#- firewalld - not currently in use