Update readme chlog formatting (#108)

* handlers/main.yml: better formatting

* update README/CHANGELOG
master 7.11.0
Robert Wimmer 4 years ago committed by GitHub
parent 2d6e36572b
commit 57340b6c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,10 @@ SPDX-License-Identifier: GPL-3.0-or-later
Changelog
---------
**7.11.0**
- Introduce new variables `wireguard_service_enabled` and `wireguard_service_state` (contribution by @tjend)
**7.10.0**
- Support for Proxmox

@ -71,6 +71,10 @@ wireguard_conf_group: "{{ 'root' if not ansible_os_family == 'Darwin' else 'whee
# The default mode of the wg.conf file
wireguard_conf_mode: 0600
# The default state of the wireguard service
wireguard_service_enabled: "yes"
wireguard_service_state: "started"
```
The following variable is mandatory and needs to be configured for every host in `host_vars/` e.g.:

Loading…
Cancel
Save