Update GitHub Actions workflow to include additional secrets for Ansible environment setup
This commit is contained in:
@@ -24,7 +24,9 @@ jobs:
|
|||||||
- name: Setup Ansible environment
|
- name: Setup Ansible environment
|
||||||
uses: ./.github/actions/setup-ansible-env
|
uses: ./.github/actions/setup-ansible-env
|
||||||
with:
|
with:
|
||||||
vault-master-password: ${{ secrets.VAULT_MASTER_PASSWORD }}
|
project-id: ${{ secrets.BW_PROJECT_ID }}
|
||||||
|
organization-id: ${{ secrets.BW_ORGANIZATION_ID }}
|
||||||
|
access-token: ${{ secrets.BW_ACCESS_TOKEN }}
|
||||||
ansible-user: ${{ secrets.ANSIBLE_USER }}
|
ansible-user: ${{ secrets.ANSIBLE_USER }}
|
||||||
host-group: iac
|
host-group: iac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user