mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-23 01:27:14 +02:00
* Discontinue use of the WireGuard PPA * Add instructions to update the system * Change reboot instruction
9 lines
396 B
YAML
9 lines
396 B
YAML
---
|
|
install_headers: false
|
|
aip_supported_providers:
|
|
- digitalocean
|
|
snat_aipv4: false
|
|
ipv6_default: "{{ ansible_default_ipv6.address + '/' + ansible_default_ipv6.prefix }}"
|
|
ipv6_subnet_size: "{{ ipv6_default | ipaddr('size') }}"
|
|
ipv6_egress_ip: >-
|
|
{{ (ipv6_default | next_nth_usable(15 | random(seed=algo_server_name + ansible_fqdn))) + '/124' if ipv6_subnet_size|int > 1 else ipv6_default }}
|