feat: add windows host group with winrm configuration to inventory

This commit is contained in:
Justin 2026-04-14 16:25:16 -05:00
parent 56edb6a70d
commit 2577db04be
1 changed files with 10 additions and 1 deletions

11
host
View File

@ -20,5 +20,14 @@ ki5bhv.com
[hardware]
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