made the platform selection dynamic ..
This commit is contained in:
parent
a837d8a18d
commit
3de387b358
6
molecule/elasticsearch/playbook.yml.template
Normal file
6
molecule/elasticsearch/playbook.yml.template
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
- name: Converge
|
||||||
|
hosts: all
|
||||||
|
roles:
|
||||||
|
- role: elastic-stack/ansible-elasticsearch
|
||||||
|
elasticsearch_network_host: 'elasticsearch_platform'
|
||||||
6
molecule/kibana/playbook.yml.template
Normal file
6
molecule/kibana/playbook.yml.template
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
- name: Converge
|
||||||
|
hosts: all
|
||||||
|
roles:
|
||||||
|
- role: elastic-stack/ansible-kibana
|
||||||
|
elasticsearch_network_host: 'elasticsearch_platform'
|
||||||
Loading…
Reference in New Issue
Block a user