pb
This commit is contained in:
parent
65e11720b4
commit
76e80bef32
2 changed files with 7 additions and 0 deletions
|
@ -33,6 +33,9 @@ all:
|
||||||
pve5.mgrote.net:
|
pve5.mgrote.net:
|
||||||
pbs.mgrote.net:
|
pbs.mgrote.net:
|
||||||
irantu.mgrote.net:
|
irantu.mgrote.net:
|
||||||
|
laptop:
|
||||||
|
hosts:
|
||||||
|
irantu.mgrote.net:
|
||||||
gitea:
|
gitea:
|
||||||
hosts:
|
hosts:
|
||||||
gitea.mgrote.net:
|
gitea.mgrote.net:
|
||||||
|
|
4
playbooks/3_service/laptop.yml
Normal file
4
playbooks/3_service/laptop.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
- hosts: laptop
|
||||||
|
roles:
|
||||||
|
- { role: mgrote_wireguard, tags: "wireguard", become: true }
|
Loading…
Reference in a new issue