Commit Graph

17 Commits (5a1488a2cd05945ab3aa9c876b397b2451a5c13c)
 

Author SHA1 Message Date
Robert Wimmer 5a1488a2cd
add metadata for CentOS/EL (#12) 6 years ago
Alex Hanselka 21706b822a add CentOS support (#9) 6 years ago
Robert Wimmer 663dfcb2f2
update CHANGELOG for version 3.1.0 (#11) 6 years ago
Alex Hanselka 59eac1706c update tasks to use the new preferred looping syntax (#10) 6 years ago
githubixx 897053ae02 fix address in README 6 years ago
fbourqui 5cfcd0b18a Fix typo subnet not consistent. 10.3.0 vs 10.8.0 (#8) 6 years ago
Robert Wimmer 8cacff8776
update README / CHANGELOG / Ansible meta (#7) 6 years ago
Ties de Kock 3a8d3260c4 feat(debian) enable module to work on debian (#6)
* feat(debian) enable module to work on debian

Add support for Debian based on the documentation in debian wiki
and discussion in [0].

[0]: https://github.com/githubixx/ansible-role-wireguard/issues/5

* remove run_once for debian

* Install kernel headers on debian

There is no equivalent package of linux-headers-generic on debian.
Package installation needs to specify the architecture (i.e. amd64),
which is captured from dpkg output.

* Only use include_tasks to differentiate distributions

Before Archlinux was split out using ansible_os_family. But since
ansible_os_family overlaps for Debian and Ubuntu, two when
statements were used to split out these cases:

  - All arch derivations
  - Debian
  - Ubuntu

New style is cleaner. Arch derivations can still be used by
overiding ansible_distribution in inventory.

* incorporate feedback: move pin file, other changed_when syntax
6 years ago
githubixx 2ef8f8cae4 update CHANGELOG / version 2.0.1 6 years ago
githubixx c9dc3cfff5 make Ansible linter happy 6 years ago
githubixx a1794a99f6 update README 6 years ago
githubixx 7605a76a03 make Ansible linter happy / changelog to separate file / new versioning scheme 6 years ago
githubixx 0b08c95a2a fix filename 6 years ago
githubixx c1c3c26aab update README 6 years ago
Robert Wimmer 2d46a74b4e
Fixes (#2)
* update README

* update README
6 years ago
Robert Wimmer d197bd980d
Inital implementation (#1)
* initial implementation - part 1

* first working version

* add handler

* separate includes for Debian based and Archlinux OS

* refactor

* update

* add meta tag

* added ArchLinux to galaxy meta info

* rename file / add more Wiregurad config options

* fix typo

* update README

* update README

* fixed typos

* update README / variable rename: wireguard_ip -> wireguard_address
6 years ago
Robert Wimmer 49c39916fd
Initial commit 6 years ago