From 30dc7691a02b7560feecfe94ec7de94eedbe7d8a Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 15 Feb 2022 15:08:09 -0600 Subject: [PATCH] Alphabetize configuration keys Just OCD kicking in --- ansible.cfg | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index af32980..866ab3c 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,15 +1,11 @@ [defaults] +host_key_checking = false interpreter_python = python3 inventory = inventory -roles_path = .roles:roles private_key_file = ~/.ssh/desu -host_key_checking = false # I'm constantly spinning machines up and down; no time for this -#ask_become_pass = true -#ask_vault_pass = true -#command_warnings = true -#deprecation_warnings = false -system_warnings = true remote_tmp = /tmp +roles_path = .roles:roles +system_warnings = true [ssh_connection] pipelining = true