Plays are not var files
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
9ba3d99474
commit
cac3b1b256
1 changed files with 16 additions and 16 deletions
|
@ -166,25 +166,25 @@
|
||||||
- "/srv/private/ansible/vars.yml"
|
- "/srv/private/ansible/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
- name: install cert for openshift public facing REST API SSL
|
- name: install cert for openshift public facing REST API SSL
|
||||||
copy:
|
copy:
|
||||||
src: "{{private}}/files/osbs/{{env}}/osbs-internal.pem"
|
src: "{{private}}/files/osbs/{{env}}/osbs-internal.pem"
|
||||||
dest: "/etc/origin/master/named_certificates/{{osbs_url}}.pem"
|
dest: "/etc/origin/master/named_certificates/{{osbs_url}}.pem"
|
||||||
|
|
||||||
- name: install key for openshift public facing REST API SSL
|
- name: install key for openshift public facing REST API SSL
|
||||||
copy:
|
copy:
|
||||||
src: "{{private}}/files/osbs/{{env}}/osbs-internal.key"
|
src: "{{private}}/files/osbs/{{env}}/osbs-internal.key"
|
||||||
dest: "/etc/origin/master/named_certificates/{{osbs_url}}.key"
|
dest: "/etc/origin/master/named_certificates/{{osbs_url}}.key"
|
||||||
|
|
||||||
- name: ensure origin conf dir exists
|
- name: ensure origin conf dir exists
|
||||||
file:
|
file:
|
||||||
path: "/etc/origin"
|
path: "/etc/origin"
|
||||||
state: "directory"
|
state: "directory"
|
||||||
|
|
||||||
- name: place htpasswd file
|
- name: place htpasswd file
|
||||||
copy:
|
copy:
|
||||||
src: "{{private}}/files/httpd/osbs-{{env}}.htpasswd"
|
src: "{{private}}/files/httpd/osbs-{{env}}.htpasswd"
|
||||||
dest: /etc/origin/htpasswd
|
dest: /etc/origin/htpasswd
|
||||||
|
|
||||||
- name: Deploy OSBS on top of OpenShift
|
- name: Deploy OSBS on top of OpenShift
|
||||||
hosts: osbs-masters-stg[0]:osbs-masters[0]
|
hosts: osbs-masters-stg[0]:osbs-masters[0]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue