bundles/jenkins-ci: add ssh keys and config
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
0a14d46cf2
commit
72f148425a
5 changed files with 26 additions and 2 deletions
|
@ -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',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue