Merge "Add lxc service in CentOS"
This commit is contained in:
commit
967db43021
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user