icinga2: install packages and dependencies
This commit is contained in:
parent
277808a9c5
commit
d31910368c
4 changed files with 44 additions and 6 deletions
|
@ -1,10 +1,13 @@
|
|||
nodes['ovh.icinga2'] = {
|
||||
'bundles': {
|
||||
'icinga2',
|
||||
'php',
|
||||
'postgresql',
|
||||
'zfs',
|
||||
},
|
||||
'groups': set(),
|
||||
'groups': {
|
||||
'webserver',
|
||||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
|
@ -16,6 +19,25 @@ nodes['ovh.icinga2'] = {
|
|||
'gateway6': '2001:41d0:701:1100::1'
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'icingaweb': {
|
||||
'domain': 'icinga.kunsmann.eu',
|
||||
'webroot': '/usr/share/icingaweb2/public',
|
||||
'extras': True,
|
||||
},
|
||||
},
|
||||
},
|
||||
'php': {
|
||||
'version': '7.4',
|
||||
'packages': {
|
||||
'json',
|
||||
'opcache',
|
||||
'pgsql',
|
||||
'readline',
|
||||
'xml',
|
||||
},
|
||||
},
|
||||
'zfs': {
|
||||
'pools': {
|
||||
'tank': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue