Skip to content

Commit

Permalink
test with new secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 21, 2024
1 parent ddff6bb commit 36af530
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ansible-configure-if-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Template Ansible private key file for development environment
uses: cuchi/[email protected]
env:
SSH_KEY: ${{ secrets.AZURE_VM_SSH_KEY }}
SSH_KEY: ${{ secrets.SSH_KEY_DEVEL }}
if: env.VM_ENV == 'development'
with:
template: ansible/templates/ansible_ssh_key.j2
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Template Ansible inventory for development environment
uses: cuchi/[email protected]
env:
RUNNER_HOST_IP: ${{ secrets.AZURE_IF_RUNNER_IP }}
RUNNER_HOST_IP: ${{ secrets.RUNNER_HOST_IP_DEVEL }}
if: env.VM_ENV == 'development'
with:
template: ansible/templates/inventory-devel.ini.j2
Expand Down Expand Up @@ -99,7 +99,6 @@ jobs:
ansible-playbook configure-image-factory-vm.yml
# TODO: change devel VM vars here and on github
# # - name: Configure VM with ansible
# # run: |
Expand Down

0 comments on commit 36af530

Please sign in to comment.