Skip to content

Commit

Permalink
ci: ajout option inventory & clé ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerPixel committed Feb 7, 2024
1 parent b45b232 commit 75a03df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
directory: ./ansible
playbook: playbook.yml
key: ${{ secrets.ANSIBLE_SSH_PRIVATE_KEY }}
known_hosts: |
medhy.dohou.takima.cloud ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN2lupj45sVom4e+f+1ifTxJTfW2TsKqyClld2s4kUvW
inventory: inventories/setup.yml
options: |
--inventory ./inventories/setup.yml
requirements: ./requirements.yml

0 comments on commit 75a03df

Please sign in to comment.