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
6ade03b92a
commit
e7e43b01e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user