f5d240a7f5
see https://serverfault.com/questions/638507/how-to-access-host-variable-of-a-different-host-with-ansible
10 lines
124 B
YAML
10 lines
124 B
YAML
---
|
|
- hosts: databases
|
|
name: Dummy to gather facts
|
|
tasks: []
|
|
|
|
- hosts: keystone
|
|
become: True
|
|
roles:
|
|
- keystone
|