ansible-roles/lxc/defaults/main.yml

19 lines
408 B
YAML
Raw Normal View History

2017-08-22 17:32:32 +02:00
---
# Should LXC containers run in unprivilegied (non root) mode?
lxc_unprivilegied_containers: false
2017-08-22 17:32:32 +02:00
# 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: []