ansible-roles/lxc/defaults/main.yml
2017-08-22 11:32:32 -04:00

19 lines
407 B
YAML

---
# Should LXC containers run in unprivilegied (non root) mode?
lxc_unprivilegied_containers: true
# Network type to use. See lxc.container.conf(5).
lxc_network_type: "none"
# Partition to bind mount into containers.
lxc_mount_part: "/home"
# List of LXC containers to create.
# Eg.:
# lxc_containers:
# - name: php56
# release: jessie
# - name: php70
# release: stretch
lxc_containers: []