Skip to content

Instantly share code, notes, and snippets.

@a1git
Created August 26, 2020 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1git/940245645dad2a3fa5e76c292f25e4ea to your computer and use it in GitHub Desktop.
Save a1git/940245645dad2a3fa5e76c292f25e4ea to your computer and use it in GitHub Desktop.
# Ansible managed
USE_LXC_BRIDGE="true"
LXC_BRIDGE="lxcbr0"
LXC_ADDR="10.0.3.1"
LXC_NETMASK="255.255.255.0"
LXC_NETWORK="${LXC_ADDR}/${LXC_NETMASK}"
LXC_DHCP_RANGE="10.0.3.2,10.0.3.253"
LXC_DHCP_MAX="253"
LXC_DNSMASQ_USER="lxc-dnsmasq"
LXC_DHCP_CONFILE="8.8.8.8" ## where does this 8.8.8.8 come from here ?
LXC_DOMAIN=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment