remyma.elasticstack-root
Ansible Elasticstack Root
This role sets up the basic requirements for all Elastic products (Elasticsearch, Logstash, Beats, Kibana):
- Specifies the version of the Elastic product to use.
- Installs Java with a compatible version.
Requirements
- Java: Elastic products need Java to function. This role can install Java for you, but you can also install it manually.
Role Variables
Variable | Default | Description |
---|---|---|
elastic_java_install | true | Set to true to install Java; false if you already have it. |
elastic_update_java | false | Set to true to update Java to the latest version. |
elastic_use_repository | true | Set to true to install Elastic products from the repository. |
elastic_major_version | 5.x | Major version of the Elastic product to install. |
elastic_version | 5.2.2 | Specific version of the Elastic product to install. |
Example Playbook
It's helpful to provide an example of how to use your role (including how to pass variables):
- hosts: servers
roles:
- { role: username.rolename, x: 42 }
Example Playbook
Basic Installation
- hosts: elastic-servers
roles:
- { role: ansible-elasticstack-root }
License
BSD
Informazioni sul progetto
Install elasticstack prerequisites (repo, java, ...)
Installa
ansible-galaxy install remyma.elasticstack-root
Licenza
Unknown
Download
89
Proprietario