11 lines
394 B
YAML
11 lines
394 B
YAML
all:
|
|
vars:
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
hosts:
|
|
snickers-docker:
|
|
ansible_host: 192.168.200.11
|
|
ansible_port: 22
|
|
ansible_user: root
|
|
ansible_ssh_extra_args: '-o StrictHostKeyChecking=no'
|
|
ansible_ssh_common_args: '-o ProxyCommand="ssh -o StrictHostKeyChecking=no -i "${ANSIBLE_SSH_KEY_PRIVATE}" -W %h:%p root@vserver8.alex-detsch.de -p 52"'
|