--- - hosts: nbgw roles: - role: firewalld tags: [firewalld] - role: common vars_files: - ../group_vars/all/vault_common.yml tags: [common] - netbird - role: pkg vars: pkgs_to_install: "{{ nbgw.pkgs.install }}" tags: [pkg] - role: headscale tags: [headscale] ...