roles/elasticsearch: remove unused variable elasticsearch_xpack_security_user

This commit is contained in:
neonmei 2020-11-10 15:52:29 -03:00
parent 1d93181625
commit 1511649944
No known key found for this signature in database
GPG Key ID: 7EA1832E7E17237E

View File

@ -27,9 +27,8 @@ elasticsearch_discovery_nodes:
elasticsearch_node_data: true elasticsearch_node_data: true
elasticsearch_node_ingest: true elasticsearch_node_ingest: true
# X-Pack Security # X-Pack Security
elasticsearch_xpack_security: false elasticsearch_xpack_security: false
elasticsearch_xpack_security_user: elastic
elasticsearch_xpack_security_password: elastic_pass elasticsearch_xpack_security_password: elastic_pass
node_certs_generator: false node_certs_generator: false