mirror of
https://github.com/trailofbits/algo
synced 2024-11-06 03:20:39 +00:00
02427910de
* Move to ansible-2.4.3 * Add Lightsail support #623 * Fixing the EC2 deployment * Scaleway integration #623 * OpenStack cloud provider (DreamCompute optimised) #623 * Remove the security role * Enable unattended-upgrades for clouds * New requirements to make Azure and GCE work
14 lines
284 B
YAML
14 lines
284 B
YAML
---
|
|
|
|
- include_tasks: Debian.yml
|
|
when: ansible_distribution == 'Debian'
|
|
|
|
- include_tasks: Ubuntu.yml
|
|
when: ansible_distribution == 'Ubuntu'
|
|
|
|
- include_tasks: CentOS.yml
|
|
when: ansible_distribution == 'CentOS'
|
|
|
|
- include_tasks: Fedora.yml
|
|
when: ansible_distribution == 'Fedora'
|