ansible-roles/lxc
Ludovic Poujol 4aaeb4590b lxc: rely on lxc_container module instead of command module 2019-10-02 16:32:20 +02:00
..
defaults Fix multiple bugs in lxc role after testing 2017-08-24 12:09:41 -04:00
tasks lxc: rely on lxc_container module instead of command module 2019-10-02 16:32:20 +02:00
templates lxc: update our default template to be compatible with Debian 10 2019-10-01 17:54:13 +02:00
README.md Fix multiple bugs in lxc role after testing 2017-08-24 12:09:41 -04:00

README.md

lxc

Install and configure lxc and create containers.

Tasks

Everything is in the tasks/main.yml file.

Available variables

Here is the list of available variables:

  • lxc_unprivilegied_containers: should LXC containers run in unprivilegied (non root) mode? Currently lxc_unprivilegied_containers: true does not work. Default: false
  • lxc_network_type: network type to use. See lxc.container.conf(5). Default: "none"
  • lxc_mount_part: partition to bind mount into containers. Default: "/home"
  • lxc_containers: list of LXC containers to create. Default: [] (empty). Eg.:
    lxc_containers:
      - name: php56
        release: jessie
      - name: php70
        release: stretch