summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2018-04-04 16:05:58 +0200
committerGuilhem Moulin <guilhem@fripost.org>2018-04-04 16:06:10 +0200
commit8d6dd2e082547d6f814a904181700d7fb54d7127 (patch)
treec41599c7fd3db7441be21acdb5873cbf82aed8bf /ansible.cfg
parente1fc6a114e23eafc709163d8e6e625c0db211fe5 (diff)
Upgrade syntax to Ansible 2.5.
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 2de77ef..3b99662 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,32 +1,31 @@
# config file for ansible -- http://ansible.github.com
# nearly all parameters can be overridden in ansible-playbook or with command line flags
# ansible will read ~/.ansible.cfg or /etc/ansible/ansible.cfg, whichever it finds first
[defaults]
library = ./lib/modules:/usr/share/ansible
remote_tmp = $HOME/.ansible/tmp
forks = 5
poll_interval = 15
transport = ssh
remote_port = 22
-module_lang = C
timeout = 10
# format of string {{ ansible_managed }} available within Jinja2
# templates indicates to users editing templates files will be replaced.
# replacing {file}, {host} and {uid} and strftime codes with proper values.
ansible_managed = Ansible Managed: modified on %Y-%m-%d %H:%M:%S by {uid}@{host}
# additional plugin paths for non-core plugins
action_plugins = ./lib/action_plugins
callback_plugins = ./lib/callback_plugins
connection_plugins = ./lib/connection_plugins
lookup_plugins = ./lib/lookup_plugins
vars_plugins = ./lib/vars_plugins
# retry files
# When a playbook fails by default a .retry file will be created in ~/
# You can disable this feature by setting retry_files_enabled to False
# and you can change the location of the files by setting retry_files_save_path
retry_files_enabled = False
#retry_files_save_path = ~/.ansible-retry