You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.
This issue is now almost 2 years old. Does there happen to be any progress in this matter?
My use case is that I need to have a single ansible inventory with all hosts in it because my playbook tasks iterate over all hosts in a specific group to set up a database cluster...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want an inventory file that looks like this
Because I have a playbook task that looks like this:
Notice the task references both
controller
andinfra
host group.So I tried something like this:
But this fails with
Error: Local mode requires a connection with username and host
It appears each provisioner run instance will only connect to a single Ansible host, regardless how many
plays.hosts
are specified.The text was updated successfully, but these errors were encountered: