12 lines
140 B
YAML
12 lines
140 B
YAML
---
|
|
|
|
- name: Run common tasks
|
|
hosts: all
|
|
roles:
|
|
- common
|
|
|
|
- name: Auth Server setup
|
|
hosts: authservers
|
|
roles:
|
|
- auth-server
|