Bugfix: Jenkins (#81)
syntax jadmin in Konfig Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#81 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
181da3c38a
commit
a91bcd13b4
3 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
### geerlingguy.jenkins
|
### geerlingguy.jenkins
|
||||||
jenkins_package_state: latest
|
jenkins_package_state: latest
|
||||||
jenkins_http_port: 8080
|
jenkins_http_port: 8080
|
||||||
jenkins_admin_username: "{{ lookup('keepass', 'jenkins_admin_name', 'password') }}"
|
jenkins_admin_username: jadmin
|
||||||
jenkins_admin_password: "{{ lookup('keepass', 'jenkins_admin_password', 'password') }}"
|
jenkins_admin_password: "{{ lookup('keepass', 'jenkins_admin_password', 'password') }}"
|
||||||
jenkins_plugins_install_dependencies: true
|
jenkins_plugins_install_dependencies: true
|
||||||
jenkins_plugins_state: latest
|
jenkins_plugins_state: latest
|
||||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- hosts: jenkins
|
- hosts: jenkins
|
||||||
roles:
|
roles:
|
||||||
- { role: geerlingguy.pip, tags: "pip", become: true }
|
- { role: geerlingguy.pip, tags: "pip", become: true }
|
||||||
- { role: geerlingguy.ansible, tags: "ansible", become: true }
|
- { role: geerlingguy.ansible, tags: "ansible", become: true }
|
||||||
- { role: geerlingguy.java, tags: "java", become: true }
|
- { role: geerlingguy.java, tags: "java", become: true }
|
||||||
- { role: geerlingguy.jenkins, tags: "jenkins", become: true }
|
- { role: geerlingguy.jenkins, tags: "jenkins", become: true }
|
||||||
|
|
Loading…
Reference in a new issue