mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-12-04 04:55:57 +01:00
expose secrets as env
This commit is contained in:
parent
5cc1003b67
commit
69c038380e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -22,6 +22,9 @@ jobs:
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: Run ansible
|
- name: Run ansible
|
||||||
env:
|
env:
|
||||||
|
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
|
||||||
|
DEPLOY_PORT: ${{ secrets.DEPLOY_PORT }}
|
||||||
|
DEPLOY_USERNAME: ${{ secrets.DEPLOY_USERNAME }}
|
||||||
ANSIBLE_INVENTORY: inventories/github.yaml
|
ANSIBLE_INVENTORY: inventories/github.yaml
|
||||||
ANSIBLE_VAULT_PASSWORD_FILE: vault.pass
|
ANSIBLE_VAULT_PASSWORD_FILE: vault.pass
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue