Fixed local gate scripts

Change-Id: I3fc0c597f1b4f050b40905b5415069c5d0b8101f
This commit is contained in:
Stanislav Egorov 2020-04-08 18:31:30 -07:00
parent a306429749
commit 9e0b8b2a96

View File

@ -35,7 +35,7 @@ envsubst <"${AIRSHIPCTL_WS}/tools/gate/config_template.yaml" > "$PLAYBOOK_CONFIG
sudo apt install software-properties-common
sudo apt-add-repository --yes --update ppa:ansible/ansible
sudo apt-get -y update
sudo apt-get -y --no-install-recommends install docker.io ansible make
sudo apt-get -y --no-install-recommends install docker.io ansible make python-passlib
echo "primary ansible_host=localhost ansible_connection=local" > "$ANSIBLE_HOSTS"
printf "[defaults]\nroles_path = %s/roles\n" "$AIRSHIPCTL_WS" > "$ANSIBLE_CFG"