Skip to content

Commit

Permalink
Adding Pipfiles. (#187)
Browse files Browse the repository at this point in the history
They're useful for running Ansible, etc. locally, and I've had them
laying around locally forever. Eventually, it'd be good to try and
consolidate them and also remove the older requirements.txt files
that are still there, but... baby steps.

(Note that this has nothing to do with the referenced JIRA ticket,
except that I was working on it when I finally decided to clean this
up.)

BLUEBUTTON-1644
  • Loading branch information
karlmdavis committed Jan 28, 2021
1 parent f1abced commit 192e005
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 0 deletions.
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.

0 comments on commit 192e005

Please sign in to comment.