bundlewrap/nodes/ovh/icinga2.py
Franzi 12cf03e03f
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
bundles/icinga2: generate icinga_users from users.json
2020-11-21 21:46:41 +01:00

71 lines
1.6 KiB
Python

nodes['ovh.icinga2'] = {
'bundles': {
'icinga2',
'php',
'postgresql',
'wireguard',
'zfs',
},
'groups': {
'debian-buster',
'webserver',
},
'metadata': {
'interfaces': {
'eth0': {
'ips': {
'51.195.44.8',
'2001:41d0:701:1100::2618/128'
},
'gateway4': '51.195.44.1',
'gateway6': '2001:41d0:701:1100::1'
},
},
'apt': {
'packages': {
'php-imagick': {},
},
},
'nginx': {
'vhosts': {
'icingaweb': {
'domain': 'icinga.kunsmann.eu',
'webroot': '/usr/share/icingaweb2/public',
'extras': True,
},
},
},
'php': {
'version': '7.4',
'packages': {
'curl',
'gd',
'intl',
'json',
'ldap',
'opcache',
'pgsql',
'readline',
'xml',
},
},
'wireguard': {
'my_ip': '172.19.137.3/32',
'peers': {
'ovh.wireguard': {},
},
},
'zfs': {
'pools': {
'tank': {
'device': '/dev/sdb',
},
},
},
'vm': {
'cpu': 1,
'ram': 2,
},
},
}