update vars
This commit is contained in:
@@ -34,7 +34,7 @@ controller_inventory_sources:
|
|||||||
inventory: Workshop Inventory
|
inventory: Workshop Inventory
|
||||||
credential: AWS
|
credential: AWS
|
||||||
overwrite: true
|
overwrite: true
|
||||||
sourc_vars:
|
source_vars:
|
||||||
hostnames:
|
hostnames:
|
||||||
- tag:Name
|
- tag:Name
|
||||||
compose:
|
compose:
|
||||||
|
|||||||
5
windows/group_vars/os_windows.yml
Normal file
5
windows/group_vars/os_windows.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
ansible_connection: winrm
|
||||||
|
ansible_winrm_transport: credssp
|
||||||
|
ansible_winrm_server_cert_validation: ignore
|
||||||
|
ansible_port: 5986
|
||||||
Reference in New Issue
Block a user