@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
62 lines (47 loc) • 1.39 kB
YAML
# @var lxd_group_name: ""
# Name of the User group to add LXD users to
lxd_group_name: lxd
# @var lxd_users: []
# List of users to be added to the above lxd_group
lxd_users:
- "{{ ansible_user }}"
# @var lxd_trust_password: ""
# Password for connecting to the LXD host
lxd_trust_password: someLonGrAnd0mPaswd
# @var lxd_use_zfs: true
# Should ZFS be used?
lxd_use_zfs: true
# @var lxd_zfs_size: 10GB
# Size to allocate to the ZFS storage
lxd_zfs_size: 20GB
# @var lxd_storage_name: ""
# Name of the ZFS pool
lxd_storage_name: default_pool
# @var lxd_use_bridge: true
# Should a Bridge be used?
lxd_use_bridge: true
# @var lxd_bridge_name: ""
# Name of the bridge
lxd_bridge_name: lxdbr0
# @var lxd_bridge_ipv4_addr: ""
# Address range for the bridge network. Can be a CIDR or 'auto'
lxd_bridge_ipv4_addr: auto
# @var lxd_bridge_ipv4_dhcp_range: ""
# IPV4 DHCP range if desired
lxd_bridge_ipv4_dhcp_range: ""
# @var lxd_bridge_ipv4_nat: ""
# Should NAT be used?
lxd_bridge_ipv4_nat: true
# @var lxd_bridge_ipv6_addr: ""
# IPv6 address range for the bridge network
lxd_bridge_ipv6_addr: auto
# @var lxd_bridge_ipv6_dhcp: ""
# Should DHCP be used for IPv6?
lxd_bridge_ipv6_dhcp: false
# @var lxd_bridge_ipv6_dhcp_range: ""
# IPv6 DHCP range if desired
lxd_bridge_ipv6_dhcp_range: ""
# @var lxd_cluster: false
# Should cluster settings be configured?
lxd_cluster: false