12 lines
276 B
YAML
12 lines
276 B
YAML
---
|
|
# Configure this in ~/.ssh/config*
|
|
# ansible_user: "{{ user }}"
|
|
# ansible_host: 192.168.20.34
|
|
# ansible_port: 22
|
|
# ansible_ssh_private_key_file: "{{ pk_path }}"
|
|
ansible_become_pass: "{{ vault.docker.host00.sudo }}"
|
|
|
|
host:
|
|
hostname: "docker-host00"
|
|
ip: "192.168.20.34"
|