update run config

This commit is contained in:
Torma Kristóf 2022-04-13 19:59:37 +02:00
parent 3b2e727510
commit 2762ec51ce
2 changed files with 2 additions and 2 deletions

View File

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

2
run.sh
View File

@ -1,4 +1,4 @@
#!/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 test.yaml ansible-playbook --ask-become-pass -i inventory.yaml $1 --ask-pass