Initial hyper-v demo skeleton
This commit is contained in:
24
ansible.cfg
Normal file
24
ansible.cfg
Normal 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
|
||||
Reference in New Issue
Block a user