Re: [ansible-project] Ansible Playbook iterating through different variable files

2019-08-01 Thread Kai Stian Olstad
On 31.07.2019 16:32, Kristiyan Zdravkov wrote: Could you please advise me whether I can iterate separately to each of the variable files in the directory prod with Ansible and how to do it. You would need to include_vars on one file, do some task(s), and then include the next var and do some

[ansible-project] Ansible Playbook iterating through different variable files

2019-07-31 Thread Kristiyan Zdravkov
Hi All, I am developing a playbook with a health check functionality of an large environment in which there are multiple Applications and Webservers which are Interconnected with each other. Each application has already prepared variable file with the all needed information for it. Some of