This repo hosts the expedient.elastic
Ansible Collection.
This collection has been tested against following Ansible versions: >=2.9.10.
Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions. PEP440 is the schema used to describe the versions of Ansible.
Before using the Expedient elastic collection, you need to install the collection with the ansible-galaxy
CLI:
ansible-galaxy collection install expedient.elastic
You can also include it in a requirements.yml
file and install it via ansible-galaxy collection install -r requirements.yml
using the format:
collections:
- name: expedient.elastic
Name | Description |
---|---|
expedient.elastic.ece_cluster | Create modify or delete Elasticsearch clusters in ECE |
expedient.elastic.ece_snapshot_repo | Create or delete a snapshot repository |
expedient.elastic.ece_traffic_ruleset | placeholder |
expedient.elastic.elastic_user | elastic user management |
expedient.elastic.kibana_alert | Create or delete alerts in Kibana |
expedient.elastic.kibana_alert_facts | get info on a kibana alert |