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.

10 lines
318 B

  1. ---
  2. # include to workaround mitogen issue
  3. # https://github.com/dw/mitogen/issues/663
  4. - name: "Gather ansible_default_ipv4 from {{ delegate_host_to_gather_facts }}"
  5. setup:
  6. gather_subset: '!all,network'
  7. filter: "ansible_default_ipv4"
  8. delegate_to: "{{ delegate_host_to_gather_facts }}"
  9. delegate_facts: yes