diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-11-21 14:12:41 -0500 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2018-01-24 17:15:44 -0500 |
commit | 2bbdf2984c5b4d59ecdc773ed8e40aa340092922 (patch) | |
tree | 4cd095604992267c4f3718556a25617b60e0c2c1 /playbooks | |
parent | 54ee60a3e9d162aedd28af7396975dc7fbaef662 (diff) | |
download | openshift-2bbdf2984c5b4d59ecdc773ed8e40aa340092922.tar.gz openshift-2bbdf2984c5b4d59ecdc773ed8e40aa340092922.tar.bz2 openshift-2bbdf2984c5b4d59ecdc773ed8e40aa340092922.tar.xz openshift-2bbdf2984c5b4d59ecdc773ed8e40aa340092922.zip |
Add kube service ipaddress to no_proxy list
Computed as the first ip address in the portal_net
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/init/base_packages.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/init/base_packages.yml b/playbooks/init/base_packages.yml index e1052fb6c..0a730a88a 100644 --- a/playbooks/init/base_packages.yml +++ b/playbooks/init/base_packages.yml @@ -16,6 +16,7 @@ - iproute - "{{ 'python3-dbus' if ansible_distribution == 'Fedora' else 'dbus-python' }}" - "{{ 'python3-PyYAML' if ansible_distribution == 'Fedora' else 'PyYAML' }}" + - "{{ 'python-ipaddress' if ansible_distribution != 'Fedora' else omit }}" - yum-utils register: result until: result is succeeded |