Pipelining speeds up tasks considerably as long as !requiretty is
set in sudoers.
Change-Id: Iaf968efce0b028608b3777b0ff64d21bbaa0bed4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
"playbook_file": "common-packer/provision/baseline.yaml",
"ansible_env_vars": [
"ANSIBLE_NOCOWS=1",
+ "ANSIBLE_PIPELINING=True",
"ANSIBLE_ROLES_PATH=../lf-ansible/roles",
"ANSIBLE_CALLBACK_WHITELIST=profile-tasks",
"ANSIBLE_STDOUT_CALLBACK=debug"
"playbook_file": "common-packer/provision/docker.yaml",
"ansible_env_vars": [
"ANSIBLE_NOCOWS=1",
+ "ANSIBLE_PIPELINING=True",
"ANSIBLE_ROLES_PATH=../lf-ansible/roles",
"ANSIBLE_CALLBACK_WHITELIST=profile_tasks",
"ANSIBLE_STDOUT_CALLBACK=debug"