master
unmanaged-hosts
10.0.0
11.0.0
11.1.0
12.0.0
13.0.0
13.0.1
14.0.0
2.0.0
2.0.1
3.0.0
3.0.1
3.1.0
3.2.0
3.2.1
3.2.2
4.0.0
4.1.0
4.1.1
4.2.0
5.0.0
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.1.0
6.2.0
6.3.0
6.3.1
7.0.0
7.1.0
7.10.0
7.11.0
7.12.0
7.2.0
7.3.0
7.3.1
7.4.0
7.5.0
7.6.0
7.7.0
7.8.0
7.9.0
8.0.0
8.1.0
8.3.0
8.4.0
9.0.0
9.0.1
9.1.0
9.2.0
9.3.0
${ noResults }
1 Commits (3.0.0)
Author | SHA1 | Message | Date |
---|---|---|---|
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 |