mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-09 21:35:54 +00:00
17 lines
362 B
YAML
17 lines
362 B
YAML
---
|
|
- name: Configure ElasticSearch servers
|
|
hosts: log-store
|
|
roles:
|
|
- role: origin-certs
|
|
tags: origin-certs
|
|
- role: elasticsearch
|
|
tags: elasticsearch
|
|
- role: elasticsearch-hq
|
|
tags: elasticsearch-hq
|
|
- role: oauth-proxy
|
|
tags: oauth-proxy
|
|
- role: nginx
|
|
tags: nginx
|
|
- role: open-ports
|
|
tags: open-ports
|