- name: Install wireguard become: true apt: name: wireguard state: present - name: Install home.conf become: true template: src: "{{ role_path }}/templates/wg.conf.j2" dest: "/etc/wireguard/{{ item.name }}.conf" loop: "{{ wireguard_interfaces }}"