Refactor file path in actions-validate.yml and add input parameters for vault master password, ansible user, and trusted hosts
This commit is contained in:
@@ -19,6 +19,10 @@ jobs:
|
||||
|
||||
- name: Setup Ansible environment
|
||||
uses: ./.github/actions/setup-ansible-env
|
||||
with:
|
||||
vault_master_password: ${{ secrets.VAULT_MASTER_PASSWORD }}
|
||||
ansible_user: ${{ secrets.ANSIBLE_USER }}
|
||||
trusted_hosts: ${{ secrets.TRUSTED_HOSTS }}
|
||||
|
||||
- name: Apply Hardening Playbook
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user