feat: keep host rules empty
This commit is contained in:
parent
85cb3dd729
commit
923ec2d611
1 changed files with 1 additions and 4 deletions
|
|
@ -19,10 +19,7 @@ firewall_basic_rules:
|
|||
- name: "allow ssh from bastion.siempie.internal"
|
||||
to_port: "22"
|
||||
from_ip: "192.168.10.55"
|
||||
firewall_host_rules:
|
||||
- name: "allow ssh from bastion.siempie.internal"
|
||||
to_port: "22"
|
||||
from_ip: "192.168.10.55"
|
||||
firewall_host_rules: []
|
||||
|
||||
# ntp
|
||||
ntp_server: "pool.ntp.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue