summaryrefslogtreecommitdiffhomepage
path: root/ansible.html.markdown
diff options
context:
space:
mode:
authorsirkubax <muszynski@so1.net>2017-09-22 22:30:27 +0200
committersirkubax <muszynski@so1.net>2017-09-22 22:30:27 +0200
commite7e43b01e66c158053acfd00d5317743f137abb4 (patch)
tree81a197b5e09fcba79395292aa13ce749f425b75a /ansible.html.markdown
parent6ade03b92abfdc30917aa0f5188e7a0ed9a70ca9 (diff)
test markdown
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r--ansible.html.markdown4
1 files changed, 3 insertions, 1 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown
index 4409422b..9408db18 100644
--- a/ansible.html.markdown
+++ b/ansible.html.markdown
@@ -43,7 +43,9 @@ There are few commands you should know about
* `ansible-playbook` (to run playbooks)
* `ansible-vault` (to manage secrets)
* `ansible-galaxy` (to install roles from github/galaxy)
-and other!
+* and other!
+
+Example of usage - `shell`
```bash
$ ansible -m shell -a 'date; whoami' localhost #hostname_or_a_group_name