bundles/jenkins-ci: add ssh keys and config
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-11 15:47:45 +02:00
parent 0a14d46cf2
commit 72f148425a
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 26 additions and 2 deletions

View file

@ -87,6 +87,9 @@ nodes['rx300'] = {
'icinga_options': {
'pretty_name': 'franzi.business',
},
'jenkins-ci': {
'install_ssh_key': True,
},
'miniflux': {
'domain': 'rss.franzi.business',
},
@ -150,8 +153,8 @@ nodes['rx300'] = {
'domain': 'map.unicornsden.com',
'php': True,
'webroot_config': {
'owner': 'git',
'group': 'git',
'owner': 'jenkins',
'group': 'jenkins',
'mode': '0755',
},
},