Hi,
in a project to provision stuff, I would like to set a lot of variables on a host, which I want to use in a playbook, but take the values for that variable from the host I am delegating to. Ie, in my inventory, I have host2 delegate_to=host1 host3 delegate_to=host1 host4 delegate_to=host1 host5 delegate_to=host1 and in host1, I have a lot of things to do, and also a lot of variables to use. Now, I would like to avoid configuring these variables in the host_vars for hosts2..host5, but just in the host_vars for host1. Opening a group is not really feasible, as the association between host1 and the other hosts on top of it, can vary quickly, and there are no fixed groups. How would I best address this problem? Cheers, Ton1 -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/20200601154952.GA8719%40laptop-t-2.office.oeko.net.
