6 lines
220 B
YAML
6 lines
220 B
YAML
ansible_user: root # or the user your devices accept
|
|
ansible_port: 22
|
|
host_key_checking: false # optional: you already have this in ansible.cfg
|
|
# ansible_ssh_private_key_file: ~/.ssh/id_rsa # if you use a key
|
|
|