From 29882a6884b1770d7133d6c138d2e2351a601868 Mon Sep 17 00:00:00 2001 From: Antwan <antoine.blancy@etu.hesge.ch> Date: Mon, 11 Apr 2022 21:47:03 +0200 Subject: [PATCH] a --- script.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 5a84d99..836256f 100644 --- a/script.sh +++ b/script.sh @@ -1,2 +1,3 @@ #!/bin/bash -ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i deez_nodes h1.yml h2.yml r1.yml \ No newline at end of file +ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i deez_nodes h1.yml h2.yml r1.yml +ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i deez_nodes wg.yml \ No newline at end of file -- GitLab