Secure Linux Systems
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Secure
As a: UNIX and Linux system administrator
I want to: apply baseline security settings to my system
So that: I can quickly ensure my system is secure.
Using the role
Using the role in a playbook
--- - name: Install secure hosts: all tasks: - name: secure is configured import_role: name: devopstoolbox.secure vars: secure_enable_service: true tags: secure
# Install the role ansible-galaxy install devopstoolbox.secure # Run the playbook ansible-playbook secure-playbook.yml
Last update: 2020-02-09