mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
test markdown
This commit is contained in:
parent
a5bec9b8ef
commit
eaf3e9c461
@ -98,11 +98,8 @@ hostB.localdomain
|
||||
#### Task
|
||||
Execution of a single Ansible **module** is called a **task**
|
||||
|
||||
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.
|
||||
|
||||
Example of a Task run in CLI:
|
||||
###### Run a ansible module
|
||||
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.
|
||||
|
||||
|
||||
##### Playbook
|
||||
|
Loading…
Reference in New Issue
Block a user