From 2762ec51ceeb163259ea7b75d8380c010594c4b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 13 Apr 2022 19:59:37 +0200 Subject: [PATCH] update run config --- docker-host.yaml | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-host.yaml b/docker-host.yaml index 4679579..ae9cd93 100644 --- a/docker-host.yaml +++ b/docker-host.yaml @@ -1,6 +1,6 @@ --- - name: "Deploy basic webhost with Docker" - hosts: keycloak + hosts: keycloak, drone, swagger roles: - netplan - common diff --git a/run.sh b/run.sh index 6fb257f..77ac3f2 100644 --- a/run.sh +++ b/run.sh @@ -1,4 +1,4 @@ #!/bin/bash ansible-galaxy collection install -r requirements.yaml -ansible-playbook --ask-become-pass -i inventory.yaml test.yaml \ No newline at end of file +ansible-playbook --ask-become-pass -i inventory.yaml $1 --ask-pass