This repository has been archived on 2024-04-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
setup/roles/wireguard/tasks/main.yml
2023-01-09 19:43:01 +01:00

10 lines
225 B
YAML

- name: Install wireguard
become: true
apt:
name: wireguard
state: present
- name: Install home.conf
become: true
template:
src: "{{ role_path }}/templates/home.conf.j2"
dest: /etc/wireguard/home.conf