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',
|
'backup-client',
|
||||||
'basic',
|
'basic',
|
||||||
'cron',
|
'cron',
|
||||||
|
'iptables',
|
||||||
'molly-guard',
|
'molly-guard',
|
||||||
'openssh',
|
'openssh',
|
||||||
'postfix',
|
'postfix',
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
nodes['home.downloadhelper'] = {
|
nodes['home.downloadhelper'] = {
|
||||||
'hostname': '172.19.138.27',
|
'hostname': '172.19.138.27',
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'iptables',
|
|
||||||
'netdata',
|
'netdata',
|
||||||
'nfs-client',
|
'nfs-client',
|
||||||
'transmission',
|
'transmission',
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
from bundlewrap.metadata import atomic
|
|
||||||
|
|
||||||
nodes['home.router'] = {
|
nodes['home.router'] = {
|
||||||
'hostname': '172.19.138.1',
|
'hostname': '172.19.138.1',
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'dhcpd',
|
'dhcpd',
|
||||||
'iptables',
|
|
||||||
'netdata',
|
'netdata',
|
||||||
'nginx',
|
'nginx',
|
||||||
'openvpn-client',
|
'openvpn-client',
|
||||||
|
|
|
@ -6,9 +6,7 @@ nodes['htz-cloud.miniserver'] = {
|
||||||
'debian-buster',
|
'debian-buster',
|
||||||
'webserver',
|
'webserver',
|
||||||
},
|
},
|
||||||
'bundles': {
|
'bundles': set(),
|
||||||
'iptables',
|
|
||||||
},
|
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'dummy': True,
|
'dummy': True,
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
nodes['ovh.icinga2'] = {
|
nodes['ovh.icinga2'] = {
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'icinga2',
|
'icinga2',
|
||||||
'iptables',
|
|
||||||
'php',
|
'php',
|
||||||
'postgresql',
|
'postgresql',
|
||||||
'simple-icinga-dashboard',
|
'simple-icinga-dashboard',
|
||||||
|
|
Loading…
Reference in a new issue