Skip to content
Snippets Groups Projects
Commit 4835a378 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update configuration files

parent f8ae8902
No related branches found
No related tags found
1 merge request!72OP#7651 CI Server: beide AWX ansteuerbar machen https://projects.iml.unibe.ch/work_packages/7651
This commit is part of merge request !72. Comments created here will be created in the context of that merge request.
......@@ -90,9 +90,13 @@ return [
'plugins'=>[
'rollout'=>[
'default'=>[],
'default'=>[
'plugin'=>'default',
],
/*
'ssh'=>[
'plugin'=>'ssh',
'label'=>'Puppet via SSH',
'user'=>'imldeployment',
'privatekey'=>'',
'addkeycommand'=>'/usr/bin/ssh-keygen -R %s; /usr/bin/ssh-keyscan -t rsa %s >> /home/www-data/.ssh/known_hosts',
......@@ -100,6 +104,8 @@ return [
'command'=>'/usr/local/bin/puppetrun.sh',
],
'awx'=>[
'plugin'=>'awx',
'label'=>'AWX - awx.example.com',
'url'=>'https://awx.example.com/api/v2', // no ending "/"
'user'=>'ciserver',
'password'=>'ciserver',
......
......@@ -144,9 +144,12 @@ return [
'zip'=>[],
],
'rollout'=>[
'default'=>[],
'default'=>[
'plugin'=>'default',
],
/*
'ssh'=>[
'plugin'=>'ssh',
'user'=>'deployment',
'privatekey'=>'',
'addkeycommand'=>'/usr/bin/ssh-keygen -R %s; /usr/bin/ssh-keyscan -t rsa %s >> /home/www-data/.ssh/known_hosts',
......@@ -154,6 +157,8 @@ return [
'command'=>'/usr/local/bin/puppetrun.sh',
],
'awx'=>[
'plugin'=>'awx',
'label'=>'AWX - awx.example.com',
'url'=>'https://awx.example.com/api/v2', // no ending "/"
'user'=>'ciserver',
'password'=>'ciserver',
......
......@@ -71,6 +71,8 @@ return [
'rollout'=>[
'default'=>[],
'ssh'=>[
'plugin'=>'ssh',
'label'=>'SSH',
'user'=>'<%= @replace["rollout-ssh-user"] %>',
'privatekey'=>'',
'addkeycommand'=>'/usr/bin/ssh-keygen -R %s; /usr/bin/ssh-keyscan -t rsa %s >> /home/www-data/.ssh/known_hosts',
......@@ -78,6 +80,8 @@ return [
'command'=>'<%= @replace["rollout-ssh-command"] %>',
],
'awx'=>[
'plugin'=>'awx',
'label'=>'AWX',
'url'=>'<%= @replace["rollout-axw-url"] %>', // no ending "/"
'user'=>'<%= @replace["rollout-axw-user"] %>',
'password'=>'<%= @replace["rollout-axw-password"] %>',
......@@ -85,6 +89,16 @@ return [
'tags'=>'<%= @replace["rollout-axw-tags"] %>',
// 'ignore-ssl-error'=>false,
],
'awx.aae'=>[
'plugin'=>'awx',
'label'=>'AWX',
'url'=>'<%= @replace["rollout-axw-aae-url"] %>', // no ending "/"
'user'=>'<%= @replace["rollout-axw-aae-user"] %>',
'password'=>'<%= @replace["rollout-axw-aae-password"] %>',
'jobtemplate'=>'<%= @replace["rollout-axw-aae-jobtemplate"] %>',
'tags'=>'<%= @replace["rollout-axw-aae-tags"] %>',
// 'ignore-ssl-error'=>false,
],
],
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment