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"
|
- name: "allow ssh from bastion.siempie.internal"
|
||||||
to_port: "22"
|
to_port: "22"
|
||||||
from_ip: "192.168.10.55"
|
from_ip: "192.168.10.55"
|
||||||
firewall_host_rules:
|
firewall_host_rules: []
|
||||||
- name: "allow ssh from bastion.siempie.internal"
|
|
||||||
to_port: "22"
|
|
||||||
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