summaryrefslogtreecommitdiffstats
path: root/roles/ansible_service_broker/tasks/install.yml
diff options
context:
space:
mode:
authorFabian von Feilitzsch <fabian@fabianism.us>2017-06-23 10:36:29 -0400
committerFabian von Feilitzsch <fabian@fabianism.us>2017-06-23 10:36:49 -0400
commite59ab987dc732d2512ea0dd681deeb52fb80b169 (patch)
treebfe81246dfe0fee75d2be679404640acfbd59bd6 /roles/ansible_service_broker/tasks/install.yml
parent7c1d735ff983b9d494cdbdb4c113b1282bab6242 (diff)
downloadopenshift-e59ab987dc732d2512ea0dd681deeb52fb80b169.tar.gz
openshift-e59ab987dc732d2512ea0dd681deeb52fb80b169.tar.bz2
openshift-e59ab987dc732d2512ea0dd681deeb52fb80b169.tar.xz
openshift-e59ab987dc732d2512ea0dd681deeb52fb80b169.zip
fix yamllint issues
Diffstat (limited to 'roles/ansible_service_broker/tasks/install.yml')
-rw-r--r--roles/ansible_service_broker/tasks/install.yml34
1 files changed, 17 insertions, 17 deletions
diff --git a/roles/ansible_service_broker/tasks/install.yml b/roles/ansible_service_broker/tasks/install.yml
index f626b100a..e383c94da 100644
--- a/roles/ansible_service_broker/tasks/install.yml
+++ b/roles/ansible_service_broker/tasks/install.yml
@@ -149,18 +149,18 @@
- "--listen-client-urls=http://0.0.0.0:2379"
- "--advertise-client-urls=http://0.0.0.0:2379"
ports:
- - containerPort: 2379
- protocol: TCP
+ - containerPort: 2379
+ protocol: TCP
env:
- - name: ETCDCTL_API
- value: "3"
+ - name: ETCDCTL_API
+ value: "3"
volumeMounts:
- - mountPath: /data
- name: etcd
+ - mountPath: /data
+ name: etcd
volumes:
- - name: etcd
- persistentVolumeClaim:
- claimName: etcd
+ - name: etcd
+ persistentVolumeClaim:
+ claimName: etcd
- name: create ansible-service-broker deployment
oc_obj:
@@ -202,16 +202,16 @@
- containerPort: 1338
protocol: TCP
env:
- - name: BROKER_CONFIG
- value: /etc/ansible-service-broker/config.yaml
+ - name: BROKER_CONFIG
+ value: /etc/ansible-service-broker/config.yaml
terminationMessagePath: /tmp/termination-log
volumes:
- - name: config-volume
- configMap:
- name: broker-config
- items:
- - key: broker-config
- path: config.yaml
+ - name: config-volume
+ configMap:
+ name: broker-config
+ items:
+ - key: broker-config
+ path: config.yaml
# TODO: saw a oc_configmap in the library, but didn't understand how to get it to do the following: