Enable the opportunistic strategy

This change enables the opportunistic execution strategy and
connnection plugin.

Depends-On: I2e0ffdab97b0b7d1afa7aa3ccc03c8f8aa461665
Change-Id: I5fb205520a6690fc4bce5f32c1ec2893b9578e9e
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter
2016-08-01 07:25:59 -05:00
committed by Jesse Pretorius (odyssey4me)
parent 67a2422cc8
commit e588a52ae3

View File

@@ -42,3 +42,6 @@ export ANSIBLE_HOST_KEY_CHECKING="${ANSIBLE_HOST_KEY_CHECKING:-False}"
export ANSIBLE_TIMEOUT="${ANSIBLE_TIMEOUT:-5}"
export ANSIBLE_TRANSPORT="${ANSIBLE_TRANSPORT:-ssh}"
export ANSIBLE_SSH_PIPELINING="${ANSIBLE_SSH_PIPELINING:-True}"
export ANSIBLE_STRATEGY_PLUGINS="${ANSIBLE_STRATEGY_PLUGINS:-/etc/ansible/roles/plugins/strategy}"
export ANSIBLE_CONNECTION_PLUGINS="${ANSIBLE_CONNECTION_PLUGINS:-/etc/ansible/roles/plugins/connection}"