From 272014447620192da659e9cc01a730619008fc69 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Sun, 24 Jan 2021 23:55:53 +0100 Subject: [PATCH] define keycloak_host and gitea_host --- hosts | 8 ++++++++ keycloak.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/hosts b/hosts index c8f9e4f..4f56397 100644 --- a/hosts +++ b/hosts @@ -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: diff --git a/keycloak.yml b/keycloak.yml index e68cf7b..1f93a8a 100644 --- a/keycloak.yml +++ b/keycloak.yml @@ -1,7 +1,7 @@ #!/usr/bin/env ansible-playbook --- -- hosts: test +- hosts: keycloak_host roles: - install_docker - install_keycloak