update docker-host
This commit is contained in:
parent
e5920136c0
commit
0407a0de22
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: "Deploy basic webhost with Docker"
|
- name: "Deploy basic webhost with Docker"
|
||||||
hosts: keycloak, drone, swagger
|
hosts: keycloak, drone, swagger, guacamole, bitwarden
|
||||||
roles:
|
roles:
|
||||||
- netplan
|
- netplan
|
||||||
- common
|
- common
|
||||||
|
3
run.sh
3
run.sh
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
ansible-galaxy collection install -r requirements.yaml
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user