Skip to content

Commit 34c8b3c

Browse files
committed
tidy up the old usegalaxy ansible playbook for merging
1 parent 6e1210d commit 34c8b3c

File tree

19 files changed

+250
-15903
lines changed

19 files changed

+250
-15903
lines changed

ansible.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ retry_files_enabled = false
55
vault_password_file = .vault-password.txt
66
gather_subset=!hardware
77
no_log = False
8+
log_path = ansible.log
9+
10+
# Use the YAML callback plugin.
11+
stdout_callback = yaml
12+
# Use the stdout_callback when running ad-hoc commands.
13+
bin_ansible_callbacks = True
14+
15+
# Don't gather host facts at the start of each play if they've already been gathered
16+
gathering = smart
817

918
# Show diffs of changes
1019
[diff]

0 commit comments

Comments
 (0)