diff options
| author | sirkubax <muszynski@so1.net> | 2017-09-23 11:56:13 +0200 |
|---|---|---|
| committer | sirkubax <muszynski@so1.net> | 2017-09-23 11:56:13 +0200 |
| commit | eaf3e9c46154842509e58bdcadb1a863178bb976 (patch) | |
| tree | 45555b28621ae33c9b0f8c2dd240bcc9c44ef9e8 | |
| parent | a5bec9b8efecbbda3415289325db37c911a0969e (diff) | |
test markdown
| -rw-r--r-- | ansible.html.markdown | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index 1e3fc138..744f6394 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -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 |
