diff --git a/defaults/main.yml b/defaults/main.yml index 966b62b..023b200 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -12,6 +12,9 @@ wireguard_port: "51820" # The default interface name that wireguard should use if not specified otherwise. wireguard_interface: "wg0" +# Whether or not WireGuard is running in a container +wireguard_containerized: "false" + ####################################### # Settings only relevant for Ubuntu