This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-lxd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
lxd_ipv4_address variable
master
Markus Katharina Brechtel
4 years ago
parent
ae9b3532c7
commit
4db42d5fff
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
vars/main.yaml
+ 1
- 1
vars/main.yaml
View File
@@ -21,7 +21,7 @@ lxd_config:
description: default lxd bridge
type: bridge
config:
ipv4.address: auto
ipv4.address:
"{{lxd_ipv4_address|default('
auto
')}}"
ipv6.address: "{{lxd_ipv6_address|default('auto')}}"
ipv6.nat: "{{ lxd_ipv6_nat }}"
Write
Preview
Loading…
Cancel
Save