1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
--- - hosts: all roles: - common - hosts: postgres become: true roles: - postgres - hosts: web become: true roles: - web - hosts: ping become: true roles: - ping - hosts: snmp become: true roles: - snmp