7 lines
217 B
Text
7 lines
217 B
Text
[ubuntu_lxd]
|
|
mps.org.uy ansible_ssh_port=8032
|
|
|
|
[lxd_instances:vars]
|
|
ansible_ssh_private_key_file=/root/.ssh/lxd
|
|
ansible_user=ubuntu
|
|
ansible_ssh_common_args='-o ProxyCommand="ssh -p 8032 -W %h:%p -q renzo@mps.org.uy"'
|