mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Tinc setup
This commit is contained in:
parent
3bcd961c81
commit
e954247db5
20 changed files with 584 additions and 59 deletions
14
roles/tinc/handlers/main.yml
Normal file
14
roles/tinc/handlers/main.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- name: restart tinc
|
||||
systemd:
|
||||
name: "{{ item }}"
|
||||
state: restarted
|
||||
with_items:
|
||||
- tinc
|
||||
|
||||
- name: reload tinc
|
||||
systemd:
|
||||
name: "{{ item }}"
|
||||
state: reloaded
|
||||
with_items:
|
||||
- tinc
|
||||
Loading…
Add table
Add a link
Reference in a new issue