Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 417 Bytes

File metadata and controls

23 lines (15 loc) · 417 Bytes

Ansible Role: Oracle Linux 8.x STIG Hardening

Based off Oracle Linux 8 V2R7 from the DoD Cyber Exchange

Usage

Install the required collections:

ansible-galaxy collection install -r collections/requirements.yml

Run the role locally:

ansible-playbook -i localhost, -c local site.yml

Run the role against hosts in an inventory:

ansible-playbook -i inventory.yml site.yml