Initial hyper-v demo skeleton

This commit is contained in:
2026-04-28 15:59:50 -04:00
commit 1759682aef
14 changed files with 737 additions and 0 deletions

24
ansible.cfg Normal file
View File

@@ -0,0 +1,24 @@
[defaults]
inventory = inventory/production
host_key_checking = False
retry_files_enabled = False
roles_path = roles
collections_path = collections
interpreter_python = auto_silent
timeout = 30
# Windows-specific settings
ansible_connection = winrm
ansible_winrm_transport = kerberos
ansible_winrm_server_cert_validation = ignore
# Logging
log_path = ./ansible.log
[privilege_escalation]
become = True
become_method = runas
become_user = Administrator
[ssh_connection]
pipelining = True