mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-05 22:37:42 +02:00
test markdown
This commit is contained in:
@@ -43,7 +43,9 @@ There are few commands you should know about
|
|||||||
* `ansible-playbook` (to run playbooks)
|
* `ansible-playbook` (to run playbooks)
|
||||||
* `ansible-vault` (to manage secrets)
|
* `ansible-vault` (to manage secrets)
|
||||||
* `ansible-galaxy` (to install roles from github/galaxy)
|
* `ansible-galaxy` (to install roles from github/galaxy)
|
||||||
and other!
|
* and other!
|
||||||
|
|
||||||
|
Example of usage - `shell`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ansible -m shell -a 'date; whoami' localhost #hostname_or_a_group_name
|
$ ansible -m shell -a 'date; whoami' localhost #hostname_or_a_group_name
|
||||||
|
Reference in New Issue
Block a user