Skip to content

Infrastructure as Code (IaC) with Ansible role for Rundeck

License

Notifications You must be signed in to change notification settings

wluisaraujo/ansible-role-rundeck

Repository files navigation

Ansible Galaxy Build Status

IaC: with Ansible role to install and configure Rundeck


Description

  • Stands up Rundeck on RHEL/CentOS

Requirements

  • Java
  • Rundeck Repo

Installation

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

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

---
- hosts: localhost
  vars:
    - name: value
  roles:
    - rundeck

Example of running container (with docker-compose)

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

About

Infrastructure as Code (IaC) with Ansible role for Rundeck

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published