conf
This commit is contained in:
parent
aaf22d26bd
commit
0a9d08488c
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
- name: Weave seed | Set seed if first time
|
||||
set_fact:
|
||||
seed: '{% for host in groups["k8s-cluster"] %}{{ hostvars[host]["ansible_default_ipv4"]["macaddress"] }}{% if not loop.last %},{% endif %}{% endfor %}'
|
||||
|
|
Loading…
Reference in a new issue