From 62f2b65a75b1c6da7b65877a19134800f5d9b19e Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 8 Dec 2016 05:41:23 +0000 Subject: [PATCH] remove openshift_named_certificates, not used since we're behind the wildcard/proxy Signed-off-by: Adam Miller --- playbooks/groups/osbs-cluster.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 48d027b8ae..371559e501 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -205,11 +205,6 @@ openshift_ansible_version: "openshift-ansible-3.3.57-1", openshift_cluster_masters_group: "osbs-masters-stg", openshift_cluster_nodes_group: "osbs-nodes-stg", - openshift_named_certificates: [{ - cert_file: "named_certificates/{{osbs_url}}.pem", - key_file: "named_certificates/{{osbs_url}}.key", - names: [ "{{osbs_url}}" ], - }], when: env == 'staging', tags: ['openshift-cluster','ansible-ansible-openshift-ansible'] } @@ -224,11 +219,6 @@ openshift_ansible_version: "openshift-ansible-3.3.57-1", openshift_cluster_masters_group: "osbs-masters", openshift_cluster_nodes_group: "osbs-nodes", - openshift_named_certificates: [{ - cert_file: "named_certificates/{{osbs_url}}.pem", - key_file: "named_certificates/{{osbs_url}}.key", - names: [ "{{osbs_url}}" ], - }], when: env == 'production', tags: ['openshift-cluster','ansible-ansible-openshift-ansible'] }