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
|
||||||
firewall_enable: true
|
firewall_enable: true
|
||||||
firewall_basic_rules:
|
firewall_basic_rules:
|
||||||
- name: "anti-lockout rule"
|
- name: "allow ssh from bastion.siempie.internal"
|
||||||
from_ip: "any"
|
|
||||||
to_port: "22"
|
to_port: "22"
|
||||||
proto: "tcp"
|
from_ip: "192.168.10.55"
|
||||||
firewall_host_rules:
|
firewall_host_rules:
|
||||||
- name: "anti-lockout rule"
|
- name: "allow ssh from bastion.siempie.internal"
|
||||||
from_ip: "any"
|
|
||||||
to_port: "22"
|
to_port: "22"
|
||||||
proto: "tcp"
|
from_ip: "192.168.10.55"
|
||||||
|
|
||||||
# ntp
|
# ntp
|
||||||
ntp_server: "pool.ntp.org"
|
ntp_server: "pool.ntp.org"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue