assembly fallback_ips and no_proxy var only one time on localhost and… (#5957)

* assembly fallback_ips and no_proxy var only one time on localhost and populate result on all hosts

* add tag always, fix ansible lint errors

* workaround to mitogen issue dw/mitogen#663

* do not gather fact before install python on coreos like distros

* try to pass docker molecule test
This commit is contained in:
Sergey
2020-04-16 17:22:47 +03:00
committed by GitHub
parent b09fe64ff1
commit 35f248dff0
6 changed files with 86 additions and 33 deletions

View File

@@ -0,0 +1,10 @@
---
# 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 }}"
delegate_facts: yes