diff --git a/script.sh b/script.sh index 836256fc35b092194921e869c77fd2f8f34d993c..5b4047f5efc7558ae8d7697a45f56161c826b92f 100644 --- a/script.sh +++ b/script.sh @@ -1,3 +1,2 @@ #!/bin/bash -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 +ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i deez_nodes h1.yml h2.yml r1.yml wg.yml \ No newline at end of file