mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #14071 from rozha/devel
Fix server numbers in first 10 next 10 example
This commit is contained in:
commit
6b166a1048
1 changed files with 2 additions and 2 deletions
|
@ -254,8 +254,8 @@ What about just my webservers in Boston?::
|
||||||
|
|
||||||
What about just the first 10, and then the next 10?::
|
What about just the first 10, and then the next 10?::
|
||||||
|
|
||||||
ansible-playbook -i production webservers.yml --limit boston[0-10]
|
ansible-playbook -i production webservers.yml --limit boston[1-10]
|
||||||
ansible-playbook -i production webservers.yml --limit boston[10-20]
|
ansible-playbook -i production webservers.yml --limit boston[11-20]
|
||||||
|
|
||||||
And of course just basic ad-hoc stuff is also possible.::
|
And of course just basic ad-hoc stuff is also possible.::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue