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