From 72a8d39617951b31b73115bab7f778087fb552d7 Mon Sep 17 00:00:00 2001 From: Olivier Barais Date: Thu, 2 Dec 2021 11:59:28 +0100 Subject: [PATCH] update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0d11dcc..06bfda9 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ vagant up ## Demo 1 +Run the playbook + ```bash ansible-playbook playbook.yml -i hosts ``` @@ -37,6 +39,8 @@ vagant up # Check that you can login using ssh (ssh vagrant@192.168.56.141 # password: vagrant) ``` +Run the playbook + ```bash ansible-playbook site.yml -i hosts ```