|
@@ -15,7 +15,7 @@ hostfile = /etc/ansible/hosts
|
|
|
library = /usr/share/ansible
|
|
|
remote_tmp = $HOME/.ansible/tmp
|
|
|
pattern = *
|
|
|
-forks = 5
|
|
|
+forks = 25
|
|
|
poll_interval = 15
|
|
|
sudo_user = root
|
|
|
#ask_sudo_pass = True
|
|
@@ -80,7 +80,7 @@ ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid}
|
|
|
# should not be run on a host. Set this to "False" if you don't want to see these "Skipping"
|
|
|
# messages. NOTE: the task header will still be shown regardless of whether or not the
|
|
|
# task is skipped.
|
|
|
-#display_skipped_hosts = True
|
|
|
+display_skipped_hosts = False
|
|
|
|
|
|
# by default (as of 1.3), Ansible will raise errors when attempting to dereference
|
|
|
# Jinja2 variables that are not set in templates or action lines. Uncomment this line
|
|
@@ -97,7 +97,7 @@ filter_plugins = /usr/share/ansible_plugins/filter_plugins
|
|
|
|
|
|
# don't like cows? that's unfortunate.
|
|
|
# set to 1 if you don't want cowsay support or export ANSIBLE_NOCOWS=1
|
|
|
-#nocows = 1
|
|
|
+nocows = 1
|
|
|
|
|
|
# don't like colors either?
|
|
|
# set to 1 if you don't want colors, or export ANSIBLE_NOCOLOR=1
|