Hello. I develop role for make conf’s OpenVPN server/client side. I need minimum two OpenVPN tunnels on each router. I don’t found the way for deploy more then one conf’s.
Try it, start playbook as is and see, ansible can create many files from template, but inside file is identical for all list (openvpn_server/openvpn_client);
Hi, based on your use-case I believe with_dict would be more useful to you than with_flattened, as the later is mainly used to flatten multiple lists into a single list.