From c119a8074f40c28bf25a83e25021569afc720311 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 27 Feb 2023 17:39:07 +0000 Subject: [PATCH] removed urandom work Signed-off-by: Mark Bolwell --- .github/workflows/linux_benchmark_testing.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/linux_benchmark_testing.yml b/.github/workflows/linux_benchmark_testing.yml index 991470e..8d26a35 100644 --- a/.github/workflows/linux_benchmark_testing.yml +++ b/.github/workflows/linux_benchmark_testing.yml @@ -87,13 +87,6 @@ jobs: run: sleep 60s shell: bash -# Set up requirements for random root password CIS 5.6.6 - - name: add urandom passwd to root account - shell: bash - working-directory: .github/workflows - run: | - ANSIBLE_HOST_KEY_CHECKING=False && ansible all -i hosts.yml -m shell -a "cat /dev/urandom | tr -dc ‘[:print:]’ | head -c50 | passwd --stdin root" -b --private-key .ssh/github_actions.pem - # Run the ansible playbook - name: Run_Ansible_Playbook uses: arillso/action.playbook@master