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 ```