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