fix ipv6 addr resolution issue, now I'm resolving it myself, dammit
This commit is contained in:
@@ -6,3 +6,7 @@
|
||||
- name: determine ipv6 net
|
||||
shell: ifconfig {{ netif.primary }} inet6 | awk '{ if (/2a01/) { sub(/::.$/, "::", $2); print $2"/64" }}'
|
||||
register: jailnet
|
||||
|
||||
- name: determine primary ipv6 address
|
||||
shell: ifconfig {{ netif.primary }} inet6 | awk '{ if (/2a01/) { print $2 }}'
|
||||
register: primaryip
|
||||
|
||||
Reference in New Issue
Block a user