summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorsirkubax <muszynski@so1.net>2017-09-22 22:27:32 +0200
committersirkubax <muszynski@so1.net>2017-09-22 22:27:32 +0200
commit0601badf4f6557ead604e693a273726c282fce46 (patch)
tree5138d236dfcb173496ba11d14e3f2cff72e01680
parent6ba6076dea7bf3b6633cdb8e0005362f4619deaa (diff)
test markdown
-rw-r--r--ansible.html.markdown7
1 files changed, 3 insertions, 4 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown
index b8d7eb70..12aefe5f 100644
--- a/ansible.html.markdown
+++ b/ansible.html.markdown
@@ -24,17 +24,16 @@ $ apt-get install ansible
```
* Appendix A - How do I install ansible
-[Additional Reading.](http://docs.ansible.com/ansible/latest/intro_installation.html)
+* [Additional Reading.](http://docs.ansible.com/ansible/latest/intro_installation.html)
### Basic ansible commands (shell execution)
```bash
# This command ping the localhost (defined in default inventory /etc/ansible/hosts)
-
$ ansible -m ping localhost
-<span style="color:green">localhost | SUCCESS => {
+localhost | SUCCESS => {
"changed": false,
"ping": "pong"
-}</span>
+}
```
### Commands