I'm trying to figure out a way to reuse the same auth file for multiple windows hosts. It seems that when you specify a windows host in a playbook, such as [windows-webserver], it automatically looks for a file 'group_vars/windows_webserver.yml' for credentials. What if I have several hosts that all use the same credentials? Like...
[windows-webserver] [windows-backend] [windows-database] It looks like Ansible needs a separate file for each of these with corresponding names under group_vars in order to authenticate - is this correct? Is there any way to centralize to a single auth file for all Windows hosts if they all have the same credentials? Much appreciated, -Joe -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/afd05760-bffa-412e-a7b8-273a4773595a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
