digitalocean is gone
All checks were successful
bundlewrap/pipeline/head This commit looks good

Didn't provide what i was looking for.
This commit is contained in:
Franzi 2020-10-23 15:30:22 +02:00
parent a0702416a0
commit 21dd1b615d
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 0 additions and 124 deletions

View file

@ -19,12 +19,6 @@ groups['home'] = {
},
}
groups['doc'] = {
'member_patterns': {
r"doc\..*",
},
}
groups['gce'] = {
'bundles': {
'gce-workaround',

View file

@ -1 +0,0 @@
DigitalOcean Droplets, categorized by datacenter.

View file

@ -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,),
}

View file

@ -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,),
}