--- - name: "Validate variables" ansible.builtin.assert: that: - machine_subtype is string - vpn_network_address is string - vpn_server_port >= 1 and vpn_server_port <= 65535 - client_public_key is string - client_vpn_address is string