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