You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-roles/lxc
Jérémy Lecour ee21973371
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2777|524|2253|2462|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/223//ansiblelint">Evolix » ansible-roles » unstable #223</a> Details
gitea/ansible-roles/pipeline/head This commit looks good Details
Use FQCN
Fully Qualified Collection Name
3 months ago
..
defaults * lxc-solr : add comments 9 months ago
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
tasks Use FQCN 3 months ago
templates Ajoute le déconfinement d'AppArmor dans la config par défaut des conteneurs LXC pour les version de Debian >= 9. 1 year ago
README.md Fix multiple bugs in lxc role after testing 6 years ago

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