Highlight important action

This commit is contained in:
Hung Nguyen Viet 2017-02-14 17:09:18 +07:00
parent d0757ccc5e
commit d8f46c4410
1 changed files with 2 additions and 1 deletions

View File

@ -47,8 +47,9 @@ Starting custom deployment
Once you have an inventory, you may want to customize deployment data vars
and start the deployment:
**IMPORTANT: Edit my_inventory/groups_vars/*.yaml to override data vars**
```
# Edit my_inventory/groups_vars/*.yaml to override data vars
ansible-playbook -i my_inventory/inventory.cfg cluster.yaml -b -v \
--private-key=~/.ssh/private_key
```