define keycloak_host and gitea_host

networking
Jean-Marie Mineau 3 years ago
parent 4d1370b22d
commit 2720144476

@ -9,6 +9,7 @@ all:
azerty.fil.sand.auro.re:
dns-histausse.fil.sand.auro.re:
re2o.deso-palaiseau.fr:
vb1:
vb2:
proxmox:
hosts:
@ -21,4 +22,11 @@ all:
dns-histausse.fil.sand.auro.re:
test:
hosts:
vb1:
vb2:
keycloak_host:
hosts:
vb2:
gitea_host:
hosts:
vb1:

@ -1,7 +1,7 @@
#!/usr/bin/env ansible-playbook
---
- hosts: test
- hosts: keycloak_host
roles:
- install_docker
- install_keycloak

Loading…
Cancel
Save