feat: set default same as group definition to get benifit from var union

This commit is contained in:
Simon Cornet 2025-07-22 11:41:58 +02:00
commit 85cb3dd729

View file

@ -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"