Skip to content

joipoi/FirstAnsibleProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ansible RedHat Security Hardening

This is a collection of Ansible roles that are supposed to do security hardening on a Linux RHEL machine. It is not complete nor perfect, i am still working on it. There are specific variables and readmes for each role.

Example Playbook

This is what a playbook would look like if you used none of the role vars.

---
- hosts: webservers
become: true
roles:
  - managePrograms
  - firewall
  - aide
  - auditd
  - ssh

About

My first ansible project, mostly for learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages