From 2321121ec07666ee18968e5196b955d2dcfe5892 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sat, 27 Feb 2021 15:54:19 +0100 Subject: [PATCH] [etherpad] Use a group for etherpad Signed-off-by: Yohann D'ANELLO --- hosts | 3 +++ plays/etherpad.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts b/hosts index 949c96af..0377e043 100644 --- a/hosts +++ b/hosts @@ -55,6 +55,9 @@ owl.adm.crans.org [ethercalc] ethercalc.adm.crans.org +[etherpad] +kenobi.adm.crans.org + [framadate] voyager.adm.crans.org diff --git a/plays/etherpad.yml b/plays/etherpad.yml index 8061bb70..36cb54a1 100755 --- a/plays/etherpad.yml +++ b/plays/etherpad.yml @@ -1,6 +1,6 @@ #!/usr/bin/env ansible-playbook --- # Deploy EtherPad -- hosts: kenobi.adm.crans.org +- hosts: etherpad roles: - etherpad