Skip to content

Commit 3536c6a

Browse files
committed
Rename hosts to hosts.ini
1 parent 0c6d322 commit 3536c6a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
hosts
21
hosts.ini
32
group_vars/all/passwords.yml
43
library/

ansible.cfg

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[defaults]
2-
hostfile = hosts
2+
inventory = hosts.ini
33
forks = 50
44
transport = winrm
55
#ask_pass = True
@@ -12,12 +12,21 @@ gathering = smart
1212
fact_caching = jsonfile
1313
fact_caching_connection = ~/.ansible/crombeen.cache
1414

15+
#stdout_callback=minimal
16+
callback_whitelist = mail
17+
1518
# NOTE: We cache everything "indefinitely" but recreate the cache on demand
1619
fact_caching_timeout = 60480000
1720

1821
hash_behaviour = merge
1922

2023
retry_files_enabled = False
2124

22-
[winrm]
25+
pipelining = True
26+
27+
[winrm_connection]
2328
server_cert_validation = ignore
29+
transport = credssp,ssl
30+
31+
[ssh_connection]
32+
transfer_method = piped

hosts renamed to hosts.ini

File renamed without changes.

0 commit comments

Comments
 (0)