[Interface] PrivateKey = {{ client_private_key }} Address = {{ client_ip }}/{{ wg_network | ansible.utils.ipaddr('prefix') }} DNS = {{ wg_dns_servers | join(', ') }} MTU = {{ wg_mtu }} [Peer] PublicKey = {{ wg_server_public_key }} Endpoint = {{ ansible_default_ipv4.address }}:{{ wg_port }} AllowedIPs = 0.0.0.0/0, ::/0 PersistentKeepalive = {{ wg_persistent_keepalive }}