3
0
Fork 0
This repository has been archived on 2020-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-wireguard/tasks
fbourqui a357e5fab1 Merge stateless idea with no local storage of public and private keys, support multiple interface per hosts using several groups (#29)
* merge stateless with no storage of local priv key

* Delete locally stored private key

* add reload module on update config file

* privatekey template is not used anymore

* remove all local keys priv and public

* use ansible_play_hosts instead of hardcoded vpn grp
should use the group in the play calling the role.
works fine when hosts bellong to several groups

* Clean tasks names

* add tag, and cleanup

* fix private key creation

* Support for mutliple wireguard vpn on same host
add inventory exemple in readme

* fix typo, add some comment on inventory

* add  wg-config tag to Check config:
allow  run  with -t - wg-config

* Update tasks/main.yml

Co-Authored-By: Robert Wimmer <2039811+githubixx@users.noreply.github.com>

* remove trailing whitespace

* Update templates/wg.conf.j2

Co-Authored-By: Robert Wimmer <2039811+githubixx@users.noreply.github.com>

* Update templates/wg.conf.j2

Co-Authored-By: Robert Wimmer <2039811+githubixx@users.noreply.github.com>

* changes after githubixx code review

* readd new line to separate peers in config
2019-11-02 20:39:47 +01:00
..
main.yml Merge stateless idea with no local storage of public and private keys, support multiple interface per hosts using several groups (#29) 2019-11-02 20:39:47 +01:00
setup-archlinux.yml update tasks to use the new preferred looping syntax (#10) 2019-06-04 21:51:25 +02:00
setup-centos.yml add CentOS support (#9) 2019-06-06 19:37:02 +02:00
setup-debian.yml feat(debian) enable module to work on debian (#6) 2019-02-06 20:56:06 +01:00
setup-ubuntu.yml update tasks to use the new preferred looping syntax (#10) 2019-06-04 21:51:25 +02:00