nodes/htz-cloud.luther: add needed config and packages for drupal
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
f8bc4b2ad9
commit
3dc5962627
2 changed files with 69 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
nodes['htz-cloud.luther'] = {
|
||||
'bundles': {
|
||||
'php',
|
||||
'postgresql',
|
||||
'zfs',
|
||||
},
|
||||
|
@ -19,14 +20,35 @@ nodes['htz-cloud.luther'] = {
|
|||
'gateway6': 'fe80::1',
|
||||
},
|
||||
},
|
||||
'apt': {
|
||||
'packages': {
|
||||
'php-apcu': {},
|
||||
'php-uploadprogress': {},
|
||||
},
|
||||
},
|
||||
'cron': {
|
||||
'luther-ps': vault.decrypt('encrypt$gAAAAABfnUqTXXpUYCA2DxllTKgbKg6YguCBbguJ0rerFGi9UNxEuTO6eqReqraS9FzNmLl81S_20bYwXM5W8pNwV5I5i6BVz1M37TxdsMCAxMG-9G0ZHFXeE4K5a4MWxuyYkrVPtK_hNFOciwxDDwPYT8tH_Jahdqmr8fZcCcsICzsSOxycn89VEm2ODnfH24Azrj6mVq5cPMc_xkdWnn-dSMCvPXpjjg==').format_into('*/10 * * * * www-data /usr/bin/curl -s {}'),
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'luther-ps': {
|
||||
'domain': 'luther-ps.kunsmann.eu',
|
||||
'php': True,
|
||||
'extras': True,
|
||||
},
|
||||
},
|
||||
},
|
||||
'php': {
|
||||
'version': '7.4',
|
||||
'packages': {
|
||||
'curl',
|
||||
'gd',
|
||||
'json',
|
||||
'mbstring',
|
||||
'pgsql',
|
||||
'xml',
|
||||
},
|
||||
},
|
||||
'postgresql': {
|
||||
'users': {
|
||||
'luther-ps': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue