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