]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Ability to reduce verbosity 33/head
authorSébastien Han <sebastien.han@enovance.com>
Wed, 12 Mar 2014 09:46:41 +0000 (10:46 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Wed, 12 Mar 2014 09:46:41 +0000 (10:46 +0100)
If you don't want to see the output of all the skipped host, you can set
this value to 'False'.
This will dramatically reduce the output of the run.

Closes: #32
Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
.ansible.cfg

index e67d7edfed56c718f730fc829e9988e7919284c4..f3c0a80d7c7e7f8bc6e6b51882014d404a02a9f0 100644 (file)
@@ -6,3 +6,5 @@ ansible_managed = Ansible managed: modified on %Y-%m-%d %H:%M:%S by {uid}
 private_key_file = ~/.vagrant.d/insecure_private_key
 error_on_undefined_vars = False
 forks = 6
+#If set to False, ansible will not display any status for a task that is skipped. The default behavior is to display skipped tasks:
+display_skipped_hosts=True