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