--- - name: Basic Setup hosts: ch-vpn roles: - role: apt-repo/base - role: core/base - role: core/sshd/base - role: core/zsh - role: core/ntp - role: network/wireguard/base #- role: apt-repo/nordvpn # post_tasks: # - name: install nordvpn # apt: # name: nordvpn # state: present ### nordvpn settings: # nordvpn set technology NordLynx # nordvpn set killswitch on # nordvpn whitelist add subnet 192.168.28.0/24 # nordvpn whitelist add subnet 192.168.32.0/24