James Tombleson
6f4ecfcb37
Added a commented out line to define where python can be found on the device.
22 lines
382 B
Plaintext
22 lines
382 B
Plaintext
[linux]
|
|
192.168.0.60
|
|
|
|
[linux:vars]
|
|
ansible_user=ansible
|
|
ansible_connection=ssh
|
|
ansible_password=
|
|
ansible_become_method=sudo
|
|
ansible_become_pass=
|
|
#ansible_python_interpreter=/usr/bin/python3
|
|
|
|
[windows]
|
|
192.168.0.2
|
|
|
|
[windows:vars]
|
|
ansible_user=ansible
|
|
ansible_password=
|
|
ansible_connection=winrm
|
|
ansible_port=5986
|
|
ansible_winrm_scheme=https
|
|
ansible_winrm_server_cert_validation=ignore
|