20 lines
255 B
YAML
20 lines
255 B
YAML
---
|
|
# Run all plays as root.
|
|
- hosts: databases
|
|
become: True
|
|
roles:
|
|
- common
|
|
- mariadb
|
|
|
|
- hosts: keystone
|
|
become: True
|
|
roles:
|
|
- common
|
|
- keystone
|
|
|
|
- hosts: registry
|
|
become: True
|
|
roles:
|
|
- common
|
|
- dockerregistry
|