Added dummy task to gather facts.
see https://serverfault.com/questions/638507/how-to-access-host-variable-of-a-different-host-with-ansible
This commit is contained in:
parent
86cd68e465
commit
f5d240a7f5
@ -1,4 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
- hosts: databases
|
||||||
|
name: Dummy to gather facts
|
||||||
|
tasks: []
|
||||||
|
|
||||||
- hosts: keystone
|
- hosts: keystone
|
||||||
become: True
|
become: True
|
||||||
roles:
|
roles:
|
||||||
|
Loading…
Reference in New Issue
Block a user