Skip to content

Commit

Permalink
op-guide: fix a code typo in Ansible scaling (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 authored and CaitinChen committed Sep 7, 2018
1 parent 30ecce3 commit 9f5a664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-guide/ansible-deployment-scale.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ For example, if you want to add two TiDB nodes (node101, node102) with the IP ad
ansible-playbook bootstrap.yml -l 172.16.10.101,172.16.10.102
```

> **Note:** If an alias is configured in the `inventory.ini` file, for example, `node101 ansible_host=172.16.10.101`, use `-1` to specify the alias when executing `ansible-playbook`. For example, `ansible-playbook bootstrap.yml -l node101,node102`. This also applies to the following steps.
> **Note:** If an alias is configured in the `inventory.ini` file, for example, `node101 ansible_host=172.16.10.101`, use `-l` to specify the alias when executing `ansible-playbook`. For example, `ansible-playbook bootstrap.yml -l node101,node102`. This also applies to the following steps.

3. Deploy the newly added node:

Expand Down

0 comments on commit 9f5a664

Please sign in to comment.