From 397c4fed757d201af627636822981e85e84ea572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 2 Nov 2018 17:03:49 +0100 Subject: Validation initiale --- ansible.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ansible.cfg (limited to 'ansible.cfg') diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..6824be9 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,5 @@ +[defaults] +inventory = ./hosts +remote_tmp = $XDG_CACHE_HOME/ansible +local_tmp = $XDG_CACHE_HOME/ansible +retry_files_save_path = $XDG_CACHE_HOME/ansible -- cgit v1.2.3