d197bd980d
* 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
11 lines
161 B
YAML
11 lines
161 B
YAML
---
|
|
- name: Install required packages
|
|
pacman:
|
|
name: "{{item}}"
|
|
state: present
|
|
become: yes
|
|
with_items:
|
|
- linux-headers
|
|
tags:
|
|
- wg-install
|