From 163efee48b298cde4ec91118c797c3f35bd69e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 10 Jan 2022 22:37:46 +0100 Subject: [PATCH] Add second host --- .woodpecker.yml | 1 - inventory/hosts.yml | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fbb7527..e21bf0a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,6 @@ pipeline: commands: - mkdir env - echo $SSH_KEY | base64 -d > env/ssh_key - - md5sum env/ssh_key - ansible-runner run `pwd` secrets: [ssh_key] diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 929903b..1375597 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -1,3 +1,4 @@ all: hosts: - docker2.t-juice.club \ No newline at end of file + docker2.t-juice.club: + docker.t-juice.club: \ No newline at end of file