8 lines
196 B
YAML
8 lines
196 B
YAML
---
|
|
|
|
- hosts: wiki
|
|
roles:
|
|
- { role: "common", tags: [ "common" ] }
|
|
- { role: "acme", tags: [ "acme" ] }
|
|
- { role: "nginx", tags: [ "nginx" ] }
|
|
- { role: "www", tags: [ "www" ] }
|