This commit is contained in:
parent
3bc5e55400
commit
087bc4c669
5 changed files with 2 additions and 8 deletions
|
@ -21,6 +21,7 @@ groups['linux'] = {
|
|||
'backup-client',
|
||||
'basic',
|
||||
'cron',
|
||||
'iptables',
|
||||
'molly-guard',
|
||||
'openssh',
|
||||
'postfix',
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
nodes['home.downloadhelper'] = {
|
||||
'hostname': '172.19.138.27',
|
||||
'bundles': {
|
||||
'iptables',
|
||||
'netdata',
|
||||
'nfs-client',
|
||||
'transmission',
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
from bundlewrap.metadata import atomic
|
||||
|
||||
nodes['home.router'] = {
|
||||
'hostname': '172.19.138.1',
|
||||
'bundles': {
|
||||
'dhcpd',
|
||||
'iptables',
|
||||
'netdata',
|
||||
'nginx',
|
||||
'openvpn-client',
|
||||
|
|
|
@ -6,9 +6,7 @@ nodes['htz-cloud.miniserver'] = {
|
|||
'debian-buster',
|
||||
'webserver',
|
||||
},
|
||||
'bundles': {
|
||||
'iptables',
|
||||
},
|
||||
'bundles': set(),
|
||||
'metadata': {
|
||||
'dummy': True,
|
||||
'interfaces': {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
nodes['ovh.icinga2'] = {
|
||||
'bundles': {
|
||||
'icinga2',
|
||||
'iptables',
|
||||
'php',
|
||||
'postgresql',
|
||||
'simple-icinga-dashboard',
|
||||
|
|
Loading…
Reference in a new issue