12 lines
171 B
YAML
12 lines
171 B
YAML
---
|
|
- name: Setup lbr Apache
|
|
hosts: lbr
|
|
roles:
|
|
- role: apache
|
|
tags: apache
|
|
|
|
- name: Setup tomcats
|
|
hosts: as
|
|
roles:
|
|
- role: tomcat
|
|
tags: tomcat
|