9 lines
410 B
INI
9 lines
410 B
INI
[openwrt]
|
|
openwrt-home ansible_host=openwrt.home.lan.carry.fit ansible_user=root ansible_ssh_pass="{{ ssh_password2 }}"
|
|
openwrt-tower ansible_host=openwrt.tower.lan.carry.fit ansible_user=root ansible_ssh_pass="{{ ssh_password1 }}"
|
|
|
|
[openwrt:vars]
|
|
ansible_connection=ssh
|
|
ansible_ssh_common_args='-o StrictHostKeyChecking=no'
|
|
ansible_python_interpreter=auto_silent
|
|
ansible_ssh_private_key_file=~/.ssh/id_ed25519 |