summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates/atomic-openshift-master-api.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_master/templates/atomic-openshift-master-api.j2')
-rw-r--r--roles/openshift_master/templates/atomic-openshift-master-api.j29
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/openshift_master/templates/atomic-openshift-master-api.j2 b/roles/openshift_master/templates/atomic-openshift-master-api.j2
new file mode 100644
index 000000000..205934248
--- /dev/null
+++ b/roles/openshift_master/templates/atomic-openshift-master-api.j2
@@ -0,0 +1,9 @@
+OPTIONS=
+CONFIG_FILE={{ openshift_master_config_dir }}/master-config.yaml
+
+# Proxy configuration
+# Origin uses standard HTTP_PROXY environment variables. Be sure to set
+# NO_PROXY for your master
+#NO_PROXY=master.example.com
+#HTTP_PROXY=http://USER:PASSWORD@IPADDR:PORT
+#HTTPS_PROXY=https://USER:PASSWORD@IPADDR:PORT