browsertrix/ansible/Pipfile
Francis Kayiwa 6833c9d676
Digital ocean setup (#314)
- Ansible playbook for deploying on DigitalOcean, configuring space, k8s cluster, mongodb, domain / subdomain, signing subdomain, container registry, and cors
- Generates helm chat in ./deploys/ directory for future use with helm directly
- Initial support for deletion of created resources as well.
- add documentation on how to use playbook
default helm values: update to latest authsign, set default timeout to 120 seconds
2022-11-15 13:44:24 -08:00

21 lines
338 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ansible = "==6.2.0"
molecule = {extras = ["docker"], version = "==4.0.1"}
certifi = "*"
ansible-lint = "==6.4.0"
yamllint = "==1.27.1"
ansible-core = "==2.13"
docker = "*"
boto3 = "*"
jmespath = "*"
[dev-packages]
[requires]
python_version = "3.10"