made the platform selection dynamic ..

This commit is contained in:
Rshad Zhran 2019-08-23 11:31:30 +02:00
parent a837d8a18d
commit 3de387b358
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- name: Converge
hosts: all
roles:
- role: elastic-stack/ansible-elasticsearch
elasticsearch_network_host: 'elasticsearch_platform'

View File

@ -0,0 +1,6 @@
---
- name: Converge
hosts: all
roles:
- role: elastic-stack/ansible-kibana
elasticsearch_network_host: 'elasticsearch_platform'