mirror of
https://github.com/trailofbits/algo
synced 2024-11-16 12:12:55 +00:00
25513cf925
* Refactoring, Linting and additional tests * Vultr: Undefined variable and deprecation notes fix * Travis-CI enable linters * Azure: Update python requirements * Update main.yml * Update install.sh * Add missing roles to ansible-lint * Linting for skipped roles * add .ansible-lint config
17 lines
391 B
Plaintext
17 lines
391 B
Plaintext
USE_LXD_BRIDGE="true"
|
|
LXD_BRIDGE="lxdbr0"
|
|
UPDATE_PROFILE="true"
|
|
LXD_CONFILE="/etc/default/algo.conf"
|
|
LXD_DOMAIN="lxd"
|
|
LXD_IPV4_ADDR="10.0.8.1"
|
|
LXD_IPV4_NETMASK="255.255.255.0"
|
|
LXD_IPV4_NETWORK="10.0.8.0/24"
|
|
LXD_IPV4_DHCP_RANGE="10.0.8.2,10.0.8.254"
|
|
LXD_IPV4_DHCP_MAX="250"
|
|
LXD_IPV4_NAT="true"
|
|
LXD_IPV6_ADDR=""
|
|
LXD_IPV6_MASK=""
|
|
LXD_IPV6_NETWORK=""
|
|
LXD_IPV6_NAT="false"
|
|
LXD_IPV6_PROXY="false"
|