fix up some syntax
This commit is contained in:
parent
b5b1f107cc
commit
4d1d7b84e9
1 changed files with 4 additions and 5 deletions
|
@ -157,9 +157,8 @@
|
|||
src: "{{files}}/os/docker-storage-setup"
|
||||
dest: "/etc/sysconfig/docker-storage-setup"
|
||||
|
||||
-
|
||||
- name: Deploy OpenShift cluster
|
||||
hosts: os-control-stg
|
||||
hosts: os-control-stg
|
||||
tags:
|
||||
- os-cluster-deploy
|
||||
user: root
|
||||
|
@ -191,8 +190,8 @@ hosts: os-control-stg
|
|||
openshift_debug_level: 2,
|
||||
openshift_deployment_type: "origin",
|
||||
openshift_cluster_url: "{{ os_url}}",
|
||||
openshift_app_subdomain: "{{ os_app_url }}"
|
||||
when: env == 'staging',
|
||||
tags: ['openshift-cluster','ansible-ansible-openshift-ansible']
|
||||
openshift_app_subdomain: "{{ os_app_url }}",
|
||||
when: env == 'staging',
|
||||
tags: ['openshift-cluster','ansible-ansible-openshift-ansible']
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue