Browse Source

Highlight important action

pull/1027/head
Hung Nguyen Viet 8 years ago
parent
commit
d8f46c4410
1 changed files with 2 additions and 1 deletions
  1. 3
      docs/getting-started.md

3
docs/getting-started.md

@ -47,8 +47,9 @@ Starting custom deployment
Once you have an inventory, you may want to customize deployment data vars Once you have an inventory, you may want to customize deployment data vars
and start the deployment: 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 \ ansible-playbook -i my_inventory/inventory.cfg cluster.yaml -b -v \
--private-key=~/.ssh/private_key --private-key=~/.ssh/private_key
``` ```

Loading…
Cancel
Save