Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLUEBUTTON-1644: Adding Pipfiles #187

Merged
merged 9 commits into from
Jan 28, 2021
17 changes: 17 additions & 0 deletions ops/ansible/playbooks-ccs/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
ansible = "==2.8.3"
boto = "*"
boto3 = "*"
cryptography = "*"
pycrypto = "*"
awscli = "*"

[requires]
python_version = "3.7"
259 changes: 259 additions & 0 deletions ops/ansible/playbooks-ccs/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ops/ansible/playbooks-hhsdevcloud/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]

[requires]
python_version = "3.7"
20 changes: 20 additions & 0 deletions ops/ansible/playbooks-hhsdevcloud/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.