3
0
Fork 0
Commit Graph

12 Commits

Author SHA1 Message Date
Ties de Kock 0bcbb2cc5a 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.
2019-01-30 18:37:56 +01:00
Ties de Kock 46441f80cb remove run_once for debian 2019-01-30 17:13:27 +01:00
Ties de Kock cbc6e4ca4d 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
2019-01-28 13:35:03 +01:00
githubixx 2ef8f8cae4 update CHANGELOG / version 2.0.1 2019-01-07 22:57:01 +01:00
githubixx c9dc3cfff5 make Ansible linter happy 2019-01-07 22:56:20 +01:00
githubixx a1794a99f6 update README 2019-01-07 22:51:32 +01:00
githubixx 7605a76a03 make Ansible linter happy / changelog to separate file / new versioning scheme 2019-01-07 22:49:06 +01:00
githubixx 0b08c95a2a fix filename 2018-10-03 23:14:30 +02:00
githubixx c1c3c26aab update README 2018-09-27 23:27:32 +02:00
Robert Wimmer 2d46a74b4e
Fixes (#2)
* update README

* update README
2018-09-12 23:32:15 +02:00
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
2018-08-12 22:21:45 +02:00
Robert Wimmer 49c39916fd
Initial commit 2018-07-15 19:16:02 +02:00