https://github.com/githubfoam/jenkins-ansible
jenkins ansible role
https://github.com/githubfoam/jenkins-ansible
ansible-role githubactions jenkins
Last synced: about 1 month ago
JSON representation
jenkins ansible role
- Host: GitHub
- URL: https://github.com/githubfoam/jenkins-ansible
- Owner: githubfoam
- License: gpl-3.0
- Created: 2021-07-30T05:58:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T07:51:57.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T07:49:44.322Z (over 1 year ago)
- Topics: ansible-role, githubactions, jenkins
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jenkins-ansible
vagrant, packer template, travisci,ansible role
~~~~
del Vagrantfile
vagrant init --template Vagrantfile.erb
vagrant up vg-compute-10
Browse
http://192.168.20.18:8080/
administrator password from ansible playbook output
TASK [print init password jenkins] *********************************************
ok: [vg-compute-10] => {
"result.stdout": "fcb019a49b844983881cab76f47493d0"
}
PLAY RECAP *********************************************************************
vg-compute-10 : ok=24 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0
~~~~
~~~~
https://www.jenkins.io/
Official Jenkins Docker image
https://hub.docker.com/_/jenkins
~~~~