File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
- hosts
2
1
hosts.ini
3
2
group_vars /all /passwords.yml
4
3
library /
Original file line number Diff line number Diff line change 1
1
[defaults]
2
- hostfile = hosts
2
+ inventory = hosts.ini
3
3
forks = 50
4
4
transport = winrm
5
5
# ask_pass = True
@@ -12,12 +12,21 @@ gathering = smart
12
12
fact_caching = jsonfile
13
13
fact_caching_connection = ~/.ansible/crombeen.cache
14
14
15
+ # stdout_callback=minimal
16
+ callback_whitelist = mail
17
+
15
18
# NOTE: We cache everything "indefinitely" but recreate the cache on demand
16
19
fact_caching_timeout = 60480000
17
20
18
21
hash_behaviour = merge
19
22
20
23
retry_files_enabled = False
21
24
22
- [winrm]
25
+ pipelining = True
26
+
27
+ [winrm_connection]
23
28
server_cert_validation = ignore
29
+ transport = credssp,ssl
30
+
31
+ [ssh_connection]
32
+ transfer_method = piped
File renamed without changes.
You can’t perform that action at this time.
0 commit comments