From 3f036ac0eaadb6e95180b3794ab7309b9a381ced Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sun, 27 Nov 2022 21:00:47 +0100 Subject: [PATCH] Revert "Update README.md" This reverts commit bef767ebd87db52b7de7952d1172c6c019b35e3d. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66c06e4..c2651da 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ also be specified. By default, the script deploys everything. Here is a summary of the options that can be used with the script: -```shell +```console $ ./deploy.sh # deploy everything $ ./deploy.sh base # deploy the ubuntu_base role only $ ./deploy.sh services # deploy the docker role only @@ -42,7 +42,7 @@ this to work properly. Here is a summary of the commands that are available with the `vagrant` command-line tool: -```shell +```console $ vagrant up # Create and provision the VM $ vagrant provision # Re-provision the VM $ vagrant ssh # SSH into the VM @@ -55,7 +55,7 @@ variables to Ansible on runtime, so to be able to deploy only parts of the Ansible playbook to Vagrant, the `deploy.sh` script can be used with the `--vagrant` flag. Here are some examples: -```shell +```console $ ./deploy.sh --vagrant base # deploy the ubuntu_base role only in the Vagrant VM $ ./deploy.sh --vagrant services SINGLE_SERVICE # deploy SINGLE_SERVICE Docker service only in the Vagrant VM ``` @@ -67,3 +67,4 @@ the script. - [J2Live](https://j2live.ttl255.com/): A live Jinja2 parser, nice to test out filters +