mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
test markdown
This commit is contained in:
parent
a6ea9118be
commit
a5bec9b8ef
@ -96,10 +96,9 @@ hostB.localdomain
|
|||||||
* [Additional Reading.](http://docs.ansible.com/ansible/latest/intro_inventory.html)
|
* [Additional Reading.](http://docs.ansible.com/ansible/latest/intro_inventory.html)
|
||||||
|
|
||||||
#### Task
|
#### Task
|
||||||
Execution of a single Ansible **module** is called a **task**
|
Execution of a single Ansible **module** is called a **task**
|
||||||
|
|
||||||
The simplest module is called `ping` as you could see above
|
The simplest module is called `ping` as you could see above
|
||||||
|
|
||||||
Another example of the module that allow you to execute command remotly on multiple resources is called shell. It is the same as you would execute command remotely over ssh.
|
Another example of the module that allow you to execute command remotly on multiple resources is called shell. It is the same as you would execute command remotely over ssh.
|
||||||
|
|
||||||
Example of a Task run in CLI:
|
Example of a Task run in CLI:
|
||||||
|
Loading…
Reference in New Issue
Block a user