Answers for "scan multiple hosts for process"

0

multiple hosts in same role

---
- connection: local
  gather_facts: false
  hosts: linux-srvr
  roles:  
  - linuxchk

- gather_facts: false
  hosts: jabber-srvr
  roles:  
  - jabber-msg
Posted by: Guest on October-26-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language