forked from data.coop/ansible
Update README.md
This commit is contained in:
parent
3b7732031c
commit
bef767ebd8
|
@ -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:
|
||||
|
||||
```console
|
||||
```shell
|
||||
$ ./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:
|
||||
|
||||
```console
|
||||
```shell
|
||||
$ 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:
|
||||
|
||||
```console
|
||||
```shell
|
||||
$ ./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,4 +67,3 @@ the script.
|
|||
|
||||
- [J2Live](https://j2live.ttl255.com/): A live Jinja2 parser, nice to
|
||||
test out filters
|
||||
|
||||
|
|
Loading…
Reference in a new issue