From 75a03df4f065cff740953438ca52ca4c3f7c9f19 Mon Sep 17 00:00:00 2001 From: PowerPixel <52136144+PowerPixel@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:09:07 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20ajout=20option=20inventory=20&=20cl=C3=A9?= =?UTF-8?q?=20ssh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6bb892f..fb80090 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 \ No newline at end of file + options: | + --inventory ./inventories/setup.yml + requirements: ./requirements.yml \ No newline at end of file