mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-25 10:43:48 +02:00
* FreeBSD draft ifconfig fix Pre-tasks fixes fix hardcoded IP some refactoring disable system-based tags disable freebsd tags FreeBSD vpn role add defaults ssh role freebsd default fix dns_adblocking freebsd ubuntu dict fix * HardenedBSD update-users BSD * Rebuild the kernel docs changing
9 lines
285 B
YAML
9 lines
285 B
YAML
---
|
|
|
|
- name: Ubuntu | Install prerequisites
|
|
raw: sleep 10 && sudo apt-get update -qq && sudo apt-get install -qq -y python2.7
|
|
|
|
- name: Ubuntu | Configure defaults
|
|
raw: sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1
|
|
tags:
|
|
- update-alternatives
|