5 lines
125 B
Markdown
5 lines
125 B
Markdown
Ping host (host label from inventory)
|
|
```shell
|
|
ansible-playbook --extra-vars "hosts=<hosts>" playbooks/ping_workers.yml
|
|
```
|
|
|