Remove bad content from pvc-api.yml
This commit is contained in:
parent
36657e28f9
commit
72d22a9c3c
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue