Secure Linux Systems

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

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: crivetimihai.secure
      vars:
        secure_enable_service: true
      tags: secure
# Install the role
ansible-galaxy install crivetimihai.secure

# Run the playbook
ansible-playbook secure-playbook.yml

Last update: 2020-02-03