Based off Oracle Linux 8 V2R7 from the DoD Cyber Exchange
Install the required collections:
ansible-galaxy collection install -r collections/requirements.ymlRun the role locally:
ansible-playbook -i localhost, -c local site.ymlRun the role against hosts in an inventory:
ansible-playbook -i inventory.yml site.yml