summaryrefslogtreecommitdiff
path: root/roles/k8s/files
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-19 01:33:41 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-19 01:33:41 -0500
commit6c939e8837b73904ffd1208ae532d7d056cd06bb (patch)
treefefdf5dd2646957dced31c0cdf6a61afa5c89301 /roles/k8s/files
parent11568e7abc3d17f43ebfa3169cb40c382a36db8c (diff)
downloadplaybooks-6c939e8837b73904ffd1208ae532d7d056cd06bb.tar.gz
playbooks-6c939e8837b73904ffd1208ae532d7d056cd06bb.tar.bz2
playbooks-6c939e8837b73904ffd1208ae532d7d056cd06bb.zip
roles/k8s/files/lxc-config: Remove extraneous
Diffstat (limited to 'roles/k8s/files')
-rw-r--r--roles/k8s/files/lxc-config15
1 files changed, 1 insertions, 14 deletions
diff --git a/roles/k8s/files/lxc-config b/roles/k8s/files/lxc-config
index 4afd9e5..6b57b93 100644
--- a/roles/k8s/files/lxc-config
+++ b/roles/k8s/files/lxc-config
@@ -1,10 +1,5 @@
-# Template used to create this container: /usr/share/lxc/templates/lxc-download
-# Parameters passed to the template:
-# For additional config options, please look at lxc.container.conf(5)
-
-# Uncomment the following line to support nesting containers:
+# Nesting containers
lxc.include = /usr/share/lxc/config/nesting.conf
-# (Be aware this has security implications)
# Distribution configuration
lxc.include = /usr/share/lxc/config/common.conf
@@ -25,11 +20,3 @@ lxc.mount.entry = /dev/kmsg dev/kmsg none defaults,bind,create=file
# Container specific configuration
lxc.apparmor.profile = unconfined
lxc.apparmor.allow_nesting = 1
-
-# Network configuration
-lxc.net.0.type = veth
-lxc.net.0.link = lxcbr0
-lxc.net.0.flags = up
-lxc.net.0.hwaddr = 00:16:3e:e0:c3:1d
-lxc.rootfs.path = dir:/var/lib/lxc/k8s-centos8/rootfs
-lxc.uts.name = k8s-centos8