Ansible: accessing a fact from a different host using cached facts
When orchestrating a playbook against multiple hosts, you may need to pull facts from one host in order to feed those values to another host. For example, a database master may need to provide its IP address to its many replicas, or a CA certificate from a controller may need to be distributed among its … Ansible: accessing a fact from a different host using cached facts