mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix ad-hoc command examples
This commit is contained in:
parent
678fb4ffbe
commit
6607010b2b
1 changed files with 2 additions and 2 deletions
|
@ -223,8 +223,8 @@ What about just the first 10, and then the next 10?::
|
|||
|
||||
And of course just basic ad-hoc stuff is also possible.::
|
||||
|
||||
ansible -i production -m ping
|
||||
ansible -i production -m command -a '/sbin/reboot' --limit boston
|
||||
ansible boston -i production -m ping
|
||||
ansible boston -i production -m command -a '/sbin/reboot'
|
||||
|
||||
And there are some useful commands to know (at least in 1.1 and higher)::
|
||||
|
||||
|
|
Loading…
Reference in a new issue