Didn't provide what i was looking for.
This commit is contained in:
parent
a0702416a0
commit
21dd1b615d
4 changed files with 0 additions and 124 deletions
|
@ -19,12 +19,6 @@ groups['home'] = {
|
|||
},
|
||||
}
|
||||
|
||||
groups['doc'] = {
|
||||
'member_patterns': {
|
||||
r"doc\..*",
|
||||
},
|
||||
}
|
||||
|
||||
groups['gce'] = {
|
||||
'bundles': {
|
||||
'gce-workaround',
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
DigitalOcean Droplets, categorized by datacenter.
|
|
@ -1,58 +0,0 @@
|
|||
nodes['doc.lon1.grafana'] = {
|
||||
'bundles': {
|
||||
'influxdb',
|
||||
'zfs',
|
||||
},
|
||||
'groups': {
|
||||
'webserver',
|
||||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
'ipv4': {
|
||||
'165.232.105.69',
|
||||
},
|
||||
'ipv6': {
|
||||
'2a03:b0c0:1:e0::627:8001',
|
||||
},
|
||||
'gateway4': '165.232.96.1',
|
||||
'gateway6': '2a03:b0c0:1:e0::1',
|
||||
},
|
||||
'eth1': {
|
||||
'ipv4': {
|
||||
'10.106.0.3',
|
||||
},
|
||||
},
|
||||
},
|
||||
'apt': {
|
||||
'repos': {
|
||||
'backports': {
|
||||
'install_gpg_key': False, # default debian signing key
|
||||
'items': [
|
||||
'deb http://deb.debian.org/debian buster-backports main',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
},
|
||||
},
|
||||
'zfs': {
|
||||
'pools': {
|
||||
'tank': {
|
||||
'device': '/dev/sda',
|
||||
},
|
||||
},
|
||||
'module_options': {
|
||||
'zfs_arc_max_mb': 0,
|
||||
},
|
||||
},
|
||||
'vm': {
|
||||
'cpu': 1,
|
||||
'ram': 1,
|
||||
},
|
||||
},
|
||||
'os': 'debian',
|
||||
'os_version': (10,),
|
||||
}
|
|
@ -1,59 +0,0 @@
|
|||
nodes['doc.lon1.icinga2'] = {
|
||||
'bundles': {
|
||||
'postgresql',
|
||||
'zfs',
|
||||
},
|
||||
'groups': {
|
||||
'webserver',
|
||||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
'ipv4': {
|
||||
'165.232.42.173',
|
||||
},
|
||||
'ipv6': {
|
||||
'2a03:b0c0:1:e0::665:8001',
|
||||
},
|
||||
'gateway4': '165.232.32.1',
|
||||
'gateway6': '2a03:b0c0:1:e0::1',
|
||||
},
|
||||
'eth1': {
|
||||
'ipv4': {
|
||||
'10.106.0.2',
|
||||
},
|
||||
},
|
||||
},
|
||||
'apt': {
|
||||
'repos': {
|
||||
'backports': {
|
||||
'install_gpg_key': False, # default debian signing key
|
||||
'items': [
|
||||
'deb http://deb.debian.org/debian buster-backports main',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'icinga.franzi.business': {},
|
||||
},
|
||||
},
|
||||
'zfs': {
|
||||
'pools': {
|
||||
'tank': {
|
||||
'device': '/dev/sda',
|
||||
},
|
||||
},
|
||||
'module_options': {
|
||||
'zfs_arc_max_mb': 0,
|
||||
},
|
||||
},
|
||||
'vm': {
|
||||
'cpu': 1,
|
||||
'ram': 1,
|
||||
},
|
||||
},
|
||||
'os': 'debian',
|
||||
'os_version': (10,),
|
||||
}
|
Loading…
Reference in a new issue