From 6319241df9e918bdec0fe4b0e79daaf9d7054a5a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 8 Jul 2019 19:03:08 -0400 Subject: [PATCH] Remove bad content from pvc-api.yml --- roles/pvc/templates/pvc/pvc-api.yaml.j2 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/pvc/templates/pvc/pvc-api.yaml.j2 b/roles/pvc/templates/pvc/pvc-api.yaml.j2 index e594914..f68fc36 100644 --- a/roles/pvc/templates/pvc/pvc-api.yaml.j2 +++ b/roles/pvc/templates/pvc/pvc-api.yaml.j2 @@ -1,14 +1,6 @@ --- # pvc-api client configuration # {{ ansible_managed }} -pvc: - coordinators: - api: - listen_address: "{{ pvc_api_listen_address }}" - listen_port: "{{ pvc_api_listen_port }}" - authentication: - key: "{{ pvc_api_authentication_key }}" - pvc: coordinators: {% for node in pvc_nodes if node.is_coordinator %}