feat: set default same as group definition to get benifit from var union
This commit is contained in:
parent
3cc6801c80
commit
85cb3dd729
1 changed files with 4 additions and 6 deletions
|
|
@ -16,15 +16,13 @@ apt_repository_security: "https://archive.ubuntu.com/ubuntu"
|
|||
# firewall
|
||||
firewall_enable: true
|
||||
firewall_basic_rules:
|
||||
- name: "anti-lockout rule"
|
||||
from_ip: "any"
|
||||
- name: "allow ssh from bastion.siempie.internal"
|
||||
to_port: "22"
|
||||
proto: "tcp"
|
||||
from_ip: "192.168.10.55"
|
||||
firewall_host_rules:
|
||||
- name: "anti-lockout rule"
|
||||
from_ip: "any"
|
||||
- name: "allow ssh from bastion.siempie.internal"
|
||||
to_port: "22"
|
||||
proto: "tcp"
|
||||
from_ip: "192.168.10.55"
|
||||
|
||||
# ntp
|
||||
ntp_server: "pool.ntp.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue