ssh_tunnel/example_playbook.yml

13 lines
189 B
YAML
Raw Permalink Normal View History

2022-07-13 12:52:07 +02:00
---
- hosts: my-remote-vps.domain.tld
roles:
- ssh_tunnel
vars:
location: "remote"
- hosts: my-local-machine.domain.tld
roles:
- ssh_tunnel
vars:
location: "local"