13 lines
289 B
Markdown
13 lines
289 B
Markdown
# Usage
|
|
Run the following and it will create ansible home
|
|
|
|
```
|
|
curl -k https://xpk.headdesk.me/git/xpk/code-dumps/raw/branch/master/rs/ansible-create-home.sh | bash
|
|
```
|
|
|
|
Once ansible home is created, you can run ansible through hammertime
|
|
|
|
```
|
|
COREACCOUNT=123456 ansible -m ping linux
|
|
```
|