--- # 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