Extend ansible gather_timeout to 60 seconds (#4786)

The default timeout is 10 seconds, which I was hitting consistently on some older servers.
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
index 879344c..db7066d 100644
--- a/ansible/ansible.cfg
+++ b/ansible/ansible.cfg
@@ -6,6 +6,7 @@
 inventory = environments/local
 callback_plugins = callbacks
 hash_behaviour = merge
+gather_timeout = 60
 
 [ssh_connection]
 scp_if_ssh = True