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
IPv4 NAT
master
Markus Katharina Brechtel
4 years ago
parent
4db42d5fff
commit
601f1a3019
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
defaults/main.yaml
+1
-0
vars/main.yaml
+ 1
- 0
defaults/main.yaml
View File
@@ -1,2 +1,3 @@
---
lxd_ipv6_nat: false
lxd_ipv4_nat: false
+ 1
- 0
vars/main.yaml
View File
@@ -22,6 +22,7 @@ lxd_config:
type: bridge
config:
ipv4.address: "{{lxd_ipv4_address|default('auto')}}"
ipv4.nat: "{{ lxd_ipv4_nat }}"
ipv6.address: "{{lxd_ipv6_address|default('auto')}}"
ipv6.nat: "{{ lxd_ipv6_nat }}"
Write
Preview
Loading…
Cancel
Save