Merge "Add lxc service in CentOS"

This commit is contained in:
Jenkins 2016-09-29 19:57:32 +00:00 committed by Gerrit Code Review
commit 967db43021

View File

@ -88,6 +88,7 @@
--localstatedir=/var
--with-config-path=/var/lib/lxc
--with-distro={{ ansible_distribution | lower }}
--with-init-script=systemd
--enable-seccomp
--enable-python
--enable-doc
@ -207,3 +208,8 @@
line: 'Defaults secure_path="/opt/lxc_embedded/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"'
tags:
- lxc-path
- name: Enable lxc service
service:
name: lxc
enabled: "yes"