Rundeck
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.rundeck vars: rundeck_enable_service: true tags: rundeck
# Install the role ansible-galaxy install devopstoolbox.rundeck # Run the playbook ansible-playbook rundeck-playbook.yml
Last update: 2020-02-09