forked from bitlair/ansible
8 lines
216 B
YAML
8 lines
216 B
YAML
---
|
|
|
|
- hosts: monitoring
|
|
roles:
|
|
- { role: "common", tags: [ "common" ] }
|
|
- { role: "acme", tags: [ "acme" ] }
|
|
- { role: "nginx", tags: [ "nginx" ] }
|
|
- { role: "monitoring", tags: [ "monitoring" ] }
|