Rundeck

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Rundeck

As a: UNIX and Linux system administrator

I want to: install Rundeck

So that: automate my runbooks.

Using the role

Using the role in a playbook
---
- name: Install rundeck
  hosts: all

  tasks:
    - name: rundeck is configured
      import_role:
        name: crivetimihai.rundeck
      vars:
        rundeck_enable_service: true
      tags: rundeck
# Install the role
ansible-galaxy install crivetimihai.rundeck

# Run the playbook
ansible-playbook rundeck-playbook.yml

Last update: 2020-02-04