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
- Host: GitHub
- URL: https://github.com/wluisaraujo/ansible-role-rundeck
- Owner: wluisaraujo
- License: gpl-3.0
- Created: 2018-04-04T21:24:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T14:25:36.000Z (over 5 years ago)
- Last Synced: 2025-01-18T14:29:32.003Z (5 months ago)
- Topics: ansible, ansible-role, orchestration, rundeck
- Language: Dockerfile
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://galaxy.ansible.com/wluisaraujo/iac-ansible-rundeck) [](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 RepoInstallation
------------```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
```----------------
[](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)