mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Excluded configuration files from repository
This commit is contained in:
@@ -2,5 +2,9 @@
|
||||
pacman: name=wireguard-tools state=present
|
||||
|
||||
- name: create /etc/wireguard/wg0.conf
|
||||
template: src={{ inventory_hostname }}.wg0.conf dest=/etc/wireguard/wg0.conf
|
||||
copy:
|
||||
src: "{{ inventory_dir }}/files/{{ inventory_hostname }}/etc/wireguard/wg0.conf"
|
||||
dest: /etc/wireguard/wg0.conf
|
||||
owner: root
|
||||
group: root
|
||||
notify: restart wireguard
|
||||
|
Reference in New Issue
Block a user