anryko / ansible-rundeck

Ansible Rundeck role

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rundeck

Build Status

Installs Rundeck

Requirements

This role requires Ansible 1.9 or higher.

Role Variables

Name Default Description
rundeck_version 2.6.9 Version of Rundeck to install

Dependencies

  • kbrebanov.java (Java 7)

Example Playbook

Install Rundeck

- hosts: all
  roles:
    - kbrebanov.rundeck

Install Rundeck specifying version

- hosts: all
  vars:
    rundeck_version: 2.4.1
  roles:
    - kbrebanov.rundeck

License

BSD

Author Information

Kevin Brebanov

About

Ansible Rundeck role

License:BSD 2-Clause "Simplified" License