bundles/icinga2: add dependencies for icingaweb2 setup
This commit is contained in:
parent
7fba53245a
commit
d3de7a27be
4 changed files with 35 additions and 1 deletions
|
@ -19,6 +19,11 @@ nodes['ovh.icinga2'] = {
|
|||
'gateway6': '2001:41d0:701:1100::1'
|
||||
},
|
||||
},
|
||||
'apt': {
|
||||
'packages': {
|
||||
'php-imagick': {},
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'icingaweb': {
|
||||
|
@ -31,7 +36,11 @@ nodes['ovh.icinga2'] = {
|
|||
'php': {
|
||||
'version': '7.4',
|
||||
'packages': {
|
||||
'curl',
|
||||
'gd',
|
||||
'intl',
|
||||
'json',
|
||||
'ldap',
|
||||
'opcache',
|
||||
'pgsql',
|
||||
'readline',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue