This commit is contained in:
parent
6a6198c9b9
commit
28dd9694af
4 changed files with 77 additions and 1 deletions
|
@ -11,6 +11,7 @@ nodes['htz.ex42-1048908'] = {
|
|||
'miniflux',
|
||||
'mx-puppet-discord',
|
||||
'nodejs',
|
||||
'oidentd',
|
||||
'php',
|
||||
'postfixadmin',
|
||||
'redis',
|
||||
|
@ -127,7 +128,6 @@ nodes['htz.ex42-1048908'] = {
|
|||
'custom_rules': [
|
||||
'iptables_both -A INPUT -p udp --dport 60000:61000 -j ACCEPT', # mosh
|
||||
'iptables_both -A INPUT -p tcp --dport 9001 -j ACCEPT', # weechat
|
||||
'iptables_both -A INPUT -p tcp --dport 113 -j ACCEPT', # oidentd
|
||||
|
||||
# libvirt rules. These are also added by libvirt itself,
|
||||
# but they would be overridden by our own iptables
|
||||
|
@ -331,6 +331,14 @@ nodes['htz.ex42-1048908'] = {
|
|||
},
|
||||
'worker_processes': 4,
|
||||
},
|
||||
'oidentd': {
|
||||
'allows': {
|
||||
'kunsi': {
|
||||
'spoof',
|
||||
'spoof_all',
|
||||
},
|
||||
},
|
||||
},
|
||||
'php': {
|
||||
'version': '7.4',
|
||||
'packages': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue