mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
explicit installation of linux headers (#975)
This commit is contained in:
parent
2d9a36d13a
commit
aee043977f
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@
|
|||
- coreutils
|
||||
- iptables-persistent
|
||||
- cgroup-tools
|
||||
- openssl
|
||||
- "openssl{% if install_headers|default(true)|bool %},linux-headers-{{ ansible_kernel }}{% endif %}"
|
||||
sysctl:
|
||||
- item: net.ipv4.ip_forward
|
||||
value: 1
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -ex
|
||||
|
||||
DEPLOY_ARGS="server_ip=$LXC_IP server_user=ubuntu IP_subject_alt_name=$LXC_IP local_dns=true dns_over_https=true apparmor_enabled=false"
|
||||
DEPLOY_ARGS="server_ip=$LXC_IP server_user=ubuntu IP_subject_alt_name=$LXC_IP local_dns=true dns_over_https=true apparmor_enabled=false install_headers=false"
|
||||
|
||||
if [ "${LXC_NAME}" == "docker" ]
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue