12 lines
460 B
YAML
12 lines
460 B
YAML
|
|
---
|
||
|
|
# zwaan server - behind edge proxy (private network only)
|
||
|
|
|
||
|
|
# SSH via edge server as bastion/jump host
|
||
|
|
ansible_host: 10.0.0.42
|
||
|
|
ansible_ssh_common_args: '-o ProxyCommand="ssh -i ../keys/ssh/edge -W %h:%p -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@78.47.191.38" -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
|
||
|
|
|
||
|
|
# Client identification
|
||
|
|
client_name: zwaan
|
||
|
|
client_domain: zwaan.vrije.cloud
|
||
|
|
client_secrets_file: zwaan.sops.yaml
|