Initial commit
This commit is contained in:
commit
0c5ee3d3d1
12 changed files with 292 additions and 0 deletions
12
example_playbook.yml
Normal file
12
example_playbook.yml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue