Skip to content

Commit 19f1267

Browse files
author
armab
committed
Update Galaxy meta with more detailed descriptions
1 parent 8639e30 commit 19f1267

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

Diff for: ansible.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
# See also `ansible.cfg.galaxy` if installed from Ansible Galaxy
12
[defaults]
23
roles_path=roles/

Diff for: ansible.cfg.galaxy

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# If installed `ansible-st2` via ansible-galaxy.
2+
# All the project roles are located under the 'roles' dir.
3+
# See why: https://github.com/StackStorm/ansible-st2/issues/45
4+
#
5+
# Use this `ansible.cfg` workaround to help Ansible find StackStorm roles:
6+
7+
[defaults]
8+
roles_path = /etc/ansible/roles/:/etc/ansible/roles/stackstorm/roles/

Diff for: meta/main.yml

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# Meta which allows installing `ansible-st2` via ansible-galaxy
2-
# Workaround for `ansible.cfg` to find stackstorm roles:
1+
# "Fake role" meta which allows installing `ansible-st2` via ansible-galaxy.
2+
# All the project roles are located under the 'roles' dir.
3+
# See why: https://github.com/StackStorm/ansible-st2/issues/45
4+
#
5+
# `ansible.cfg` workaround to find stackstorm roles:
6+
#
37
# [defaults]
48
# roles_path = /etc/ansible/roles/:/etc/ansible/roles/stackstorm/roles/
59
---
610
galaxy_info:
7-
description: Install StackStorm with all components and dependant services including RabbitMQ, MongoDB, PostgreSQL, nginx.
11+
description: Install StackStorm (IFTTT for Ops) with all the components like Web UI, ChatOps, BWC and dependant services including RabbitMQ, MongoDB, PostgreSQL, nginx.
812
author: armab
913
company: StackStorm
1014
license: Apache 2.0
@@ -21,12 +25,16 @@ galaxy_info:
2125
categories:
2226
- ops
2327
- devops
28+
- chatops
2429
- automation
2530
- remediation
31+
- workflows
2632
- stackstorm
2733
- st2
2834
- st2web
2935
- st2mistral
36+
- st2chatops
37+
- bwc
3038
- rabbitmq
3139
- mongodb
3240
- postgresql

0 commit comments

Comments
 (0)