Syslog
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Syslog
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 syslog hosts: all tasks: - name: syslog is configured import_role: name: devopstoolbox.syslog vars: syslog_enable_service: true tags: syslog
# Install the role ansible-galaxy install devopstoolbox.syslog # Run the playbook ansible-playbook syslog-playbook.yml
Last update: 2020-02-09