Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devops13242/ansible-role-jenkins
https://github.com/devops13242/ansible-role-jenkins
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devops13242/ansible-role-jenkins
- Owner: devops13242
- License: apache-2.0
- Created: 2024-02-10T05:33:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-10T16:56:22.000Z (12 months ago)
- Last Synced: 2024-11-21T19:12:51.458Z (2 months ago)
- Language: Makefile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible role jenkins
The Ansible role to install jenkins.
## Installation
```sh
ansible-galaxy role install devops13242.jenkins
```## Example playbook
```yaml
- name: Install jenkins
hosts: all
roles:
- role: devops13242.jenkins
```