diff --git a/README.md b/README.md index 5027f20..1d9cc44 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,12 @@ N/A Example Role Usage ---------------- -Run `ansible-galaxy install RedHatOfficial.rhel9_stig` to +Run `ansible-galaxy install RedHatOfficial.rhel9-stig` to download and install the role. Then, you can use the following playbook snippet to run the Ansible role: - hosts: all roles: - - { role: RedHatOfficial.rhel9_stig } + - { role: RedHatOfficial.rhel9-stig } Next, check the playbook using (on the localhost) the following example: diff --git a/defaults/main.yml b/defaults/main.yml index 34a7ebd..7a2241d 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -# defaults file for rhel9_stig +# defaults file for rhel9-stig var_aide_scan_notification_email: root@localhost var_system_crypto_policy: FIPS inactivity_timeout_value: '900' diff --git a/meta/main.yml b/meta/main.yml index e97c1ea..4be2266 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,5 +1,5 @@ galaxy_info: - role_name: rhel9_stig + role_name: rhel9-stig author: ComplianceAsCode development team description: DISA STIG for Red Hat Enterprise Linux 9 diff --git a/vars/main.yml b/vars/main.yml index b055c30..ec3560d 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -1,2 +1,2 @@ --- -# defaults file for rhel9_stig +# defaults file for rhel9-stig