diff --git a/tasks/rhel7stig/async_tasks.yml b/tasks/rhel7stig/async_tasks.yml index a73b2112..423d4c7f 100644 --- a/tasks/rhel7stig/async_tasks.yml +++ b/tasks/rhel7stig/async_tasks.yml @@ -28,6 +28,9 @@ - not check_mode | bool - ansible_os_family | lower in ['redhat', 'suse'] tags: + - rpm + - high + - V-71855 - skip_ansible_lint - name: Check for .shosts or shosts.equiv files @@ -43,3 +46,8 @@ when: - not check_mode | bool - security_rhel7_remove_shosts_files | bool + tags: + - high + - auth + - V-72277 + - V-72279 diff --git a/tasks/rhel7stig/auth.yml b/tasks/rhel7stig/auth.yml index 5332079b..e048c650 100644 --- a/tasks/rhel7stig/auth.yml +++ b/tasks/rhel7stig/auth.yml @@ -239,6 +239,11 @@ retries: 30 when: - not shosts_find | skipped + tags: + - high + - auth + - V-72277 + - V-72279 - name: Remove .shosts or shosts.equiv files file: diff --git a/tasks/rhel7stig/rpm.yml b/tasks/rhel7stig/rpm.yml index f86c6968..db969358 100644 --- a/tasks/rhel7stig/rpm.yml +++ b/tasks/rhel7stig/rpm.yml @@ -23,6 +23,10 @@ retries: 30 when: - not rpmverify_task | skipped + tags: + - rpm + - high + - V-71855 - name: V-71855 - Get files with invalid checksums (rpm) shell: "grep '^..5' {{ temp_dir }}/rpmverify.txt | awk '{ print $NF }'" diff --git a/tasks/rhel7stig/zypper.yml b/tasks/rhel7stig/zypper.yml index bae858d0..5d4534fb 100644 --- a/tasks/rhel7stig/zypper.yml +++ b/tasks/rhel7stig/zypper.yml @@ -24,6 +24,10 @@ retries: 30 when: - not rpmverify_task | skipped + tags: + - rpm + - high + - V-71855 - name: V-71855 - Get files with invalid checksums (rpm) shell: "grep '^..5' {{ temp_dir }}/rpmverify.txt | awk '{ print $NF }'"