k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
412 B
11 lines
412 B
---
|
|
# include to workaround mitogen issue
|
|
# https://github.com/dw/mitogen/issues/663
|
|
|
|
- name: "Gather ansible_default_ipv4 from {{ delegate_host_to_gather_facts }}"
|
|
setup:
|
|
gather_subset: '!all,network'
|
|
filter: "ansible_default_ipv4"
|
|
delegate_to: "{{ delegate_host_to_gather_facts }}"
|
|
connection: "{{ (delegate_host_to_gather_facts == 'localhost') | ternary('local', omit) }}"
|
|
delegate_facts: yes
|