1 2 3 4 5 6 7 8 9
--- - name: Initialize DNS configurator include_tasks: "../tasks/configure_dns.yml" vars: dns_ip: "{{ item }}" with_items: "{{ dns_servers }}" tags: - init_ssh