explicit installation of linux headers

This commit is contained in:
Jack Ivanov 2018-05-29 16:54:09 +03:00
parent d56f50180b
commit 6c77e135f2
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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