rework iptables configuration
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
d3ea06c3e8
commit
b943d2d465
8 changed files with 93 additions and 98 deletions
10
groups/os.py
10
groups/os.py
|
@ -39,6 +39,16 @@ groups['linux'] = {
|
|||
'backup-client': {
|
||||
'server': 'franzi-home.kunbox.net:2022',
|
||||
},
|
||||
'iptables': {
|
||||
'port_rules': {
|
||||
'*': {
|
||||
'ovh.icinga2',
|
||||
},
|
||||
'*/udp': {
|
||||
'ovh.icinga2',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'pip_command': 'pip3',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue