James Tombleson
2293051d22
ignoring hosts as sensitive data will be stored in it. Copy hosts.template to hosts and update the file for local use.
19 lines
289 B
Plaintext
19 lines
289 B
Plaintext
[linux]
|
|
192.168.0.60
|
|
|
|
[linux:vars]
|
|
ansible_user=ansible
|
|
ansible_connection=ssh
|
|
ansible_password=
|
|
|
|
[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
|