소스 검색

Add profiling and skippy stdout (#470)

Tune an example ansible.cfg to include
tasks profiling info and improve displaying
of skipped tasks.

Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
Bogdan Dobrelya 8 년 전
부모
커밋
fb6ad9bb44
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      playbooks/provisioning/openstack/sample-inventory/ansible.cfg

+ 2 - 0
playbooks/provisioning/openstack/sample-inventory/ansible.cfg

@@ -12,6 +12,8 @@ retry_files_enabled = false
 fact_caching = jsonfile
 fact_caching_connection = .ansible/cached_facts
 fact_caching_timeout = 900
+stdout_callback = skippy
+callback_whitelist = profile_tasks
 
 [ssh_connection]
 ssh_args = -o ControlMaster=auto -o ControlPersist=900s -o GSSAPIAuthentication=no