feat: add windows host group with winrm configuration to inventory
This commit is contained in:
parent
56edb6a70d
commit
2577db04be
11
host
11
host
|
|
@ -20,5 +20,14 @@ ki5bhv.com
|
||||||
[hardware]
|
[hardware]
|
||||||
mediaserver.ki5bhv.com
|
mediaserver.ki5bhv.com
|
||||||
|
|
||||||
|
[windows]
|
||||||
|
192.168.1.35
|
||||||
|
|
||||||
[other]
|
[windows:vars]
|
||||||
|
ansible_user=ansible-user
|
||||||
|
ansible_password=Citation@528036
|
||||||
|
ansible_connection=winrm
|
||||||
|
ansible_winrm_transport=basic # or ntlm, kerberos, credssp
|
||||||
|
ansible_winrm_port=5985 # 5986 for HTTPS
|
||||||
|
ansible_winrm_scheme=https # https for production
|
||||||
|
ansible_winrm_server_cert_validation=ignore # only if self-signed cert
|
||||||
Loading…
Reference in New Issue