Mandb
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Mandb
As a: UNIX and Linux system administrator
I want to:
- feature 1
- feature 2
So that: benefit
Using the role
Using the role in a playbook
--- - name: Install mandb hosts: all tasks: - name: mandb is configured import_role: name: devopstoolbox.mandb vars: mandb_enable_service: true tags: mandb
# Install the role ansible-galaxy install devopstoolbox.mandb # Run the playbook ansible-playbook mandb-playbook.yml
Last update: 2020-02-09