Base system collection of roles to manage and configure base system features and security.
Roles | Build Status |
---|---|
aide | |
ansible_node | |
auditd | |
fail2ban | |
hosts | |
openssh_server | |
rkhunter | |
shadow_utils | |
sudo | |
sysstat |
Supported OS's:
- Debian 10
- RedHat 8
Install this ansible collection:
ansible-galaxy collection install rbrightling.system
---
- hosts: localhost
tasks:
- include_role:
name: rbrightling.system.{{ role_name }}
LGPLv3