mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +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
|
- coreutils
|
||||||
- iptables-persistent
|
- iptables-persistent
|
||||||
- cgroup-tools
|
- cgroup-tools
|
||||||
- openssl
|
- "openssl{% if install_headers|default(true)|bool %},linux-headers-{{ ansible_kernel }}{% endif %}"
|
||||||
sysctl:
|
sysctl:
|
||||||
- item: net.ipv4.ip_forward
|
- item: net.ipv4.ip_forward
|
||||||
value: 1
|
value: 1
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -ex
|
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" ]
|
if [ "${LXC_NAME}" == "docker" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Reference in a new issue