Dmitry Kalashnik | e7b10f0 | 2019-05-13 15:09:17 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | salt: |
| 3 | minion: |
| 4 | cert: |
| 5 | elasticsearch: |
| 6 | host: ${_param:salt_minion_ca_host} |
| 7 | authority: ${_param:salt_minion_ca_authority} |
| 8 | common_name: elasticsearch |
| 9 | signing_policy: cert_server |
| 10 | alternative_names: IP:127.0.0.1,IP:${_param:single_address},IP:${_param:stacklight_log_address},DNS:${linux:system:name},DNS:${linux:network:fqdn} |
| 11 | key_file: /etc/elasticsearch/elasticsearch.key |
| 12 | cert_file: /etc/elasticsearch/elasticsearch.crt |
| 13 | ca_file: /etc/ssl/certs/ca-${_param:salt_minion_ca_authority}.pem |
| 14 | all_file: /etc/elasticsearch/elasticsearch.pem |
| 15 | mode: '0444' |
| 16 | enabled: true |