added roles to site.yml
This commit is contained in:
parent
9cc8ef54cf
commit
c045196670
3 changed files with 15 additions and 0 deletions
11
host_vars/firewall.yml
Normal file
11
host_vars/firewall.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
firewall_services:
|
||||||
|
- http
|
||||||
|
- https
|
||||||
|
|
||||||
|
#firewall_ports:
|
||||||
|
# - 1337/tcp
|
||||||
|
# - 42/udp
|
||||||
|
|
||||||
|
# uncomment and change if necessary
|
BIN
roles/firewalld/tasks/.main.yml.swp
Normal file
BIN
roles/firewalld/tasks/.main.yml.swp
Normal file
Binary file not shown.
4
site.yml
4
site.yml
|
@ -5,4 +5,8 @@
|
||||||
remote_user: root
|
remote_user: root
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
- apt
|
||||||
|
- apt-update-upgrade
|
||||||
|
- apt_listchanges
|
||||||
- basic_common_settings
|
- basic_common_settings
|
||||||
|
#- firewalld - not currently in use
|
||||||
|
|
Loading…
Reference in a new issue