mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-224: Add wrapper for installing Ansible
This commit is contained in:
10
bin/install-ansible
Executable file
10
bin/install-ansible
Executable file
@@ -0,0 +1,10 @@
|
|||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
# The Amazon Linux 2 Ansible package is 2.4, which has issue
|
||||||
|
# interacting with RDS, so use the PIP version.
|
||||||
|
|
||||||
|
virtualenv --system-site-packages .venv
|
||||||
|
source .venv/bin/activate
|
||||||
|
pip install ansible==2.7.10
|
||||||
Reference in New Issue
Block a user