|
@@ -21,6 +21,15 @@
|
|
|
notify:
|
|
|
- restart openshift-master
|
|
|
|
|
|
+- name: Set default registry url
|
|
|
+ lineinfile:
|
|
|
+ dest: /etc/sysconfig/openshift-master
|
|
|
+ regexp: '^IMAGES='
|
|
|
+ line: "IMAGES={{ openshift_registry_url }}"
|
|
|
+ when: openshift_registry_url is defined
|
|
|
+ notify:
|
|
|
+ - restart openshift-master
|
|
|
+
|
|
|
- name: Set master OpenShift facts
|
|
|
include: "{{ role_path | dirname }}/openshift_common/tasks/set_facts.yml"
|
|
|
facts:
|