1 2 3 4 5 6 7
- name: Setup VPN machines hosts: vpn roles: - { role: wgnet } - { role: wgvpn } - { role: wgtor } - { role: tor }