mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-11 11:47:08 +02:00
* bump ansible to 2.8.3 * DigitalOcean: move to the latest modules * Add Hetzner Cloud * Scaleway and Lightsail fixes * lint missing roles * Update roles/cloud-hetzner/tasks/main.yml Add api_token Co-Authored-By: phaer <phaer@phaer.org> * Update roles/cloud-hetzner/tasks/main.yml Add api_token Co-Authored-By: phaer <phaer@phaer.org> * Try to run apt until succeeded * Scaleway modules upgrade * GCP: Refactoring, remove deprecated modules * Doc updates (#1552) * Update README.md Adding links and mentions of Exoscale aka CloudStack and Hetzner Cloud. * Update index.md Add the Hetzner Cloud to the docs index * Remove link to Win 10 IPsec instructions * Delete client-windows.md Unnecessary since the deprecation of IPsec for Win10. * Update deploy-from-ansible.md Added sections and required variables for CloudStack and Hetzner Cloud. * Update deploy-from-ansible.md Added sections for CloudStack and Hetzner, added req variables and examples, mentioned environment variables, and added links to the provider role section. * Update deploy-from-ansible.md Cosmetic changes to links, fix typo. * Update GCE variables * Update deploy-from-script-or-cloud-init-to-localhost.md Fix a finer point, and make variables list more readable. * update azure requirements * Python3 draft * set LANG=c to the p12 password generation task * Update README * Install cloud requirements to the existing venv * FreeBSD fix * env->.env fixes * lightsail_region_facts fix * yaml syntax fix * Update README for Python 3 (#1564) * Update README for Python 3 * Remove tabs and tweak instructions * Remove cosmetic command indentation * Update README.md * Update README for Python 3 (#1565) * DO fix for "found unpermitted parameters: id" * Verify Python version * Remove ubuntu 16.04 from readme * Revert back DigitalOcean module * Update deploy-from-script-or-cloud-init-to-localhost.md * env to .env
42 lines
1.3 KiB
YAML
42 lines
1.3 KiB
YAML
---
|
|
- name: Install requirements
|
|
pip:
|
|
name:
|
|
- packaging
|
|
- requests[security]
|
|
- azure-cli-core==2.0.35
|
|
- azure-cli-nspkg==3.0.2
|
|
- azure-common==1.1.11
|
|
- azure-mgmt-authorization==0.51.1
|
|
- azure-mgmt-batch==5.0.1
|
|
- azure-mgmt-cdn==3.0.0
|
|
- azure-mgmt-compute==4.4.0
|
|
- azure-mgmt-containerinstance==1.4.0
|
|
- azure-mgmt-containerregistry==2.0.0
|
|
- azure-mgmt-containerservice==4.4.0
|
|
- azure-mgmt-dns==2.1.0
|
|
- azure-mgmt-keyvault==1.1.0
|
|
- azure-mgmt-marketplaceordering==0.1.0
|
|
- azure-mgmt-monitor==0.5.2
|
|
- azure-mgmt-network==2.3.0
|
|
- azure-mgmt-nspkg==2.0.0
|
|
- azure-mgmt-redis==5.0.0
|
|
- azure-mgmt-resource==2.1.0
|
|
- azure-mgmt-rdbms==1.4.1
|
|
- azure-mgmt-servicebus==0.5.3
|
|
- azure-mgmt-sql==0.10.0
|
|
- azure-mgmt-storage==3.1.0
|
|
- azure-mgmt-trafficmanager==0.50.0
|
|
- azure-mgmt-web==0.41.0
|
|
- azure-nspkg==2.0.0
|
|
- azure-storage==0.35.1
|
|
- msrest==0.6.1
|
|
- msrestazure==0.5.0
|
|
- azure-keyvault==1.0.0a1
|
|
- azure-graphrbac==0.40.0
|
|
- azure-mgmt-cosmosdb==0.5.2
|
|
- azure-mgmt-hdinsight==0.1.0
|
|
- azure-mgmt-devtestlabs==3.0.0
|
|
- azure-mgmt-loganalytics==0.2.0
|
|
state: latest
|
|
virtualenv_python: python3
|