mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41:26 -07:00
Add more examples
This commit is contained in:
parent
36c5ac65f7
commit
40f77fd07c
1 changed files with 6 additions and 0 deletions
|
@ -72,6 +72,12 @@ options:
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Install Elasticsearch head plugin
|
# Install Elasticsearch head plugin
|
||||||
- elasticsearch_plugin: state=present name="mobz/elasticsearch-head"
|
- elasticsearch_plugin: state=present name="mobz/elasticsearch-head"
|
||||||
|
|
||||||
|
# Install specific version of a plugin
|
||||||
|
- elasticsearch_plugin: state=present name="com.github.kzwang/elasticsearch-image" version="1.2.0"
|
||||||
|
|
||||||
|
# Uninstall Elasticsearch head plugin
|
||||||
|
- elasticsearch_plugin: state=absent name="mobz/elasticsearch-head"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue