From e00c385f7d22fa3364809b2c59367a692d3df477 Mon Sep 17 00:00:00 2001 From: Michael Gugino Date: Thu, 2 Jun 2016 16:30:41 -0400 Subject: [PATCH] Fix missing iptables in containers On Ubuntu 16.04, iptables is not installed by default. This patch ensures lxc hosts and containers have iptables installed. Change-Id: I31d367a840952c2e6a20730ce1ce1e049b44b419 --- vars/ubuntu-16.04.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vars/ubuntu-16.04.yml b/vars/ubuntu-16.04.yml index a6cb81b0..eb4ca9ea 100644 --- a/vars/ubuntu-16.04.yml +++ b/vars/ubuntu-16.04.yml @@ -26,6 +26,7 @@ lxc_packages: - debootstrap - dnsmasq - git + - iptables - irqbalance - language-pack-en - liblxc1 @@ -73,6 +74,7 @@ lxc_cache_install_debconf: '-o Dpkg::Options::="--force-confdef" -o Dpkg::Option lxc_cache_packages: - apt-transport-https - ca-certificates + - iptables - openssh-server - python2.7