Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devops13242/ansible-role-jenkins


https://github.com/devops13242/ansible-role-jenkins

Last synced: 7 days ago
JSON representation

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
```