|
|
|
@ -82,19 +82,19 @@ options:
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
|
|
EXAMPLES = '''
|
|
|
|
EXAMPLES = '''
|
|
|
|
# Install Elasticsearch head plugin
|
|
|
|
- name: Install Elasticsearch head plugin
|
|
|
|
- kibana_plugin:
|
|
|
|
kibana_plugin:
|
|
|
|
state: present
|
|
|
|
state: present
|
|
|
|
name=: elasticsearch/marvel
|
|
|
|
name: elasticsearch/marvel
|
|
|
|
|
|
|
|
|
|
|
|
# Install specific version of a plugin
|
|
|
|
- name: Install specific version of a plugin
|
|
|
|
- kibana_plugin:
|
|
|
|
kibana_plugin:
|
|
|
|
state: present
|
|
|
|
state: present
|
|
|
|
name: elasticsearch/marvel
|
|
|
|
name: elasticsearch/marvel
|
|
|
|
version: '2.3.3'
|
|
|
|
version: '2.3.3'
|
|
|
|
|
|
|
|
|
|
|
|
# Uninstall Elasticsearch head plugin
|
|
|
|
- name: Uninstall Elasticsearch head plugin
|
|
|
|
- kibana_plugin:
|
|
|
|
kibana_plugin:
|
|
|
|
state: absent
|
|
|
|
state: absent
|
|
|
|
name: elasticsearch/marvel
|
|
|
|
name: elasticsearch/marvel
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
|