Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

multiple hosts in same role

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

- gather_facts: false
  hosts: jabber-srvr
  roles:  
  - jabber-msg
Source by www.reddit.com #
 
PREVIOUS NEXT
Tagged: #multiple #hosts #role
ADD COMMENT
Topic
Name
8+4 =