summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2017-03-17 16:56:59 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2017-03-17 16:59:41 +0000
commitd06882d3ce4e9d4035a6e3237226e08985eae84a (patch)
tree6b6fce54338dbc1a69a52dbf55f72f18efba1369 /ansible.cfg
parentfa462ad62bc0789a618aabd3b5abb9bc33786e3b (diff)
downloadinfrastructure-d06882d3ce4e9d4035a6e3237226e08985eae84a.tar.gz
ansible.cfg: Allow Ansible tmpfiles to be readable by any user
This worksaround an issue with newer versions of Ansible. See https://docs.ansible.com/ansible/become.html#becoming-an-unprivileged-user for more information.
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg
index b81f6a5d..9641f6fe 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -2,4 +2,5 @@
# the instances that don't have public IPs.
[ssh_connection]
ssh_args = -o ProxyCommand="ssh -q -A fedora@185.43.218.170 'nc %h %p'"
-
+[defaults]
+allow_world_readable_tmpfiles=true