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

https://github.com/wluisaraujo/ansible-role-rundeck

Infrastructure as Code (IaC) with Ansible role for Rundeck
https://github.com/wluisaraujo/ansible-role-rundeck

ansible ansible-role orchestration rundeck

Last synced: 3 months ago
JSON representation

Infrastructure as Code (IaC) with Ansible role for Rundeck

Awesome Lists containing this project

README

        

[![Ansible Galaxy](https://img.shields.io/badge/Ansible%20Galaxy-Rundeck-blue.svg)](https://galaxy.ansible.com/wluisaraujo/iac-ansible-rundeck) [![Build Status](https://travis-ci.org/wluisaraujo/ansible-role-rundeck.svg?branch=master)](https://travis-ci.org/wluisaraujo/ansible-role-rundeck)

# IaC: with [Ansible](https://www.ansible.com) role to install and configure [Rundeck](http://rundeck.org/)
------------

Description
------------

* Stands up Rundeck on RHEL/CentOS

Requirements
------------

* Java
* Rundeck Repo

Installation
------------

```console
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.rundeck
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.rundeck/requirements.txt
```

Role Variables
--------------

[defaults/main.yml](defaults/main.yml)

Dependencies
------------

* None

Example Playbook
----------------
```yaml
---
- hosts: localhost
vars:
- name: value
roles:
- rundeck
```

Example of running container (with docker-compose)
------------

```console
vagrant@localhost:~$ docker-compose --file docker-compose.yml config
vagrant@localhost:~$ docker-compose -f docker-compose.yml create
vagrant@localhost:~$ docker-compose -f docker-compose.yml start
vagrant@localhost:~$ docker-compose --file docker-compose.yml events
```

----------------
[![Licence](https://img.shields.io/badge/License-GPL%20v3-red.svg)](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)