mirror of
https://github.com/trailofbits/algo
synced 2024-11-13 19:12:06 +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
10 lines
284 B
YAML
10 lines
284 B
YAML
---
|
|
|
|
- name: FreeBSD / HardenedBSD | Install prerequisites
|
|
raw: sleep 10 && env ASSUME_ALWAYS_YES=YES sudo pkg install -y python27
|
|
|
|
- name: FreeBSD / HardenedBSD | Configure defaults
|
|
raw: sudo ln -sf /usr/local/bin/python2.7 /usr/bin/python2.7
|
|
|
|
- include_tasks: facts/FreeBSD.yml
|