update docker-host

This commit is contained in:
Torma Kristóf 2022-04-14 20:07:38 +02:00
parent e5920136c0
commit 0407a0de22
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
- name: "Deploy basic webhost with Docker"
hosts: keycloak, drone, swagger
hosts: keycloak, drone, swagger, guacamole, bitwarden
roles:
- netplan
- common

3
run.sh
View File

@ -1,4 +1,5 @@
#!/bin/bash
ansible-galaxy collection install -r requirements.yaml
ansible-playbook --ask-become-pass -i inventory.yaml $1 --ask-pass
ansible-playbook --ask-become-pass --ask-pass -i inventory.yaml $1
#ansible-playbook --ask-become-pass -i inventory.yaml $1