1
0
Fork 0

Add a conclusion/todo-list

+ more generic on the gitea username
+ several corrections
This commit is contained in:
Chl 2020-01-18 23:48:17 +01:00
parent 12d4943e45
commit 8e132c1633
9 changed files with 62 additions and 17 deletions

View file

@ -1,12 +1,21 @@
---
jenkins_home: /var/lib/jenkins
jenkins_cli_jar_location: /var/cache/jenkins/war/WEB-INF/jenkins-cli.jar
#jenkins_updates_url:
#jenkins_plugins_install_dependencies:
# Where to find the 'admin' password
jenkins_admin_password_file: "{{ jenkins_home }}/secrets/initialAdminPassword"
# Where to find/generate the 'gitea' password which will be used
# by Gitea to push the webhook on the notifyCommit URL
jenkins_gitea_password_file: "{{ jenkins_home }}/secrets/giteaAnsiblePassword"
# Jenkin's username dedicated to launch the jobs via the webhook
giteaUsername: gitea
jenkins_cli_jar_location: /var/cache/jenkins/war/WEB-INF/jenkins-cli.jar
jenkins_cli_command: java -jar "{{ jenkins_cli_jar_location }}" -s http://localhost:8080/ -auth admin:$( cat "{{ jenkins_admin_password_file | quote }}" )
# Id of the SSH key used to clone/pull from the repository
# and eventually to connect to the deploy host
jenkins_credential_keyid: deploykey1
jenkins_credential_keydesc: Deploy key n.1
@ -23,6 +32,7 @@ nginx_vhost_ssl:
jenkins_plugins:
- credentials
- git
- git-client
- ssh
- ant