Initial commit

This commit is contained in:
Philip (a-0) 2022-07-13 12:52:07 +02:00
commit 0c5ee3d3d1
12 changed files with 292 additions and 0 deletions

12
example_playbook.yml Normal file
View file

@ -0,0 +1,12 @@
---
- hosts: my-remote-vps.domain.tld
roles:
- ssh_tunnel
vars:
location: "remote"
- hosts: my-local-machine.domain.tld
roles:
- ssh_tunnel
vars:
location: "local"