define keycloak_host and gitea_host
This commit is contained in:
parent
4d1370b22d
commit
2720144476
2 changed files with 9 additions and 1 deletions
8
hosts
8
hosts
|
@ -9,6 +9,7 @@ all:
|
||||||
azerty.fil.sand.auro.re:
|
azerty.fil.sand.auro.re:
|
||||||
dns-histausse.fil.sand.auro.re:
|
dns-histausse.fil.sand.auro.re:
|
||||||
re2o.deso-palaiseau.fr:
|
re2o.deso-palaiseau.fr:
|
||||||
|
vb1:
|
||||||
vb2:
|
vb2:
|
||||||
proxmox:
|
proxmox:
|
||||||
hosts:
|
hosts:
|
||||||
|
@ -21,4 +22,11 @@ all:
|
||||||
dns-histausse.fil.sand.auro.re:
|
dns-histausse.fil.sand.auro.re:
|
||||||
test:
|
test:
|
||||||
hosts:
|
hosts:
|
||||||
|
vb1:
|
||||||
vb2:
|
vb2:
|
||||||
|
keycloak_host:
|
||||||
|
hosts:
|
||||||
|
vb2:
|
||||||
|
gitea_host:
|
||||||
|
hosts:
|
||||||
|
vb1:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env ansible-playbook
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
|
|
||||||
- hosts: test
|
- hosts: keycloak_host
|
||||||
roles:
|
roles:
|
||||||
- install_docker
|
- install_docker
|
||||||
- install_keycloak
|
- install_keycloak
|
||||||
|
|
Loading…
Reference in a new issue