You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+52-19Lines changed: 52 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,35 +1,49 @@
1
1
# Ansible-st2
2
+
2
3
Ansible playbooks to deploy [StackStorm](https://github.com/stackstorm/st2).
3
-
> [StackStorm](http://stackstorm.com/) is event-driven automation platform written in Python.
4
-
With over [50+ integrations](https://github.com/StackStorm/st2contrib/tree/master/packs) like GitHub, Docker, Nagios, NewRelic, AWS, Ansible it allows you to wire together your existing infrastructure into complex Workflows with auto-remediation and many more.
5
-
Aka IFTTT orchestration for Ops.
6
4
5
+
> [StackStorm](http://stackstorm.com/) is event-driven automation platform
6
+
> written in Python.
7
+
> With over [50+ integrations](https://github.com/StackStorm/st2contrib/tree/master/packs)
8
+
> like GitHub, Docker, Nagios, NewRelic, AWS, Ansible it allows you to wire
9
+
> together your existing infrastructure into complex Workflows with
10
+
> auto-remediation and many more. Aka IFTTT orchestration for Ops.
> Note that keeping `latest` version is useful to update StackStorm by re-running playbook, since it will reinstall st2 if there is new version available.
74
-
This is default behavior. If you don't want updates - consider pinning version-revision numbers.
89
+
> Note that keeping `latest` version is useful to update StackStorm by
90
+
> re-running playbook, since it will reinstall st2 if there is new version available.
91
+
92
+
This is default behavior. If you don't want updates - consider pinning
93
+
version-revision numbers.
75
94
76
95
Install specific numeric version of st2 with pinned revision number as well:
If you're in stuck, our community always ready to help, feel free to:
161
+
131
162
* Ask questions in our [public Slack channel](https://stackstorm.com/community-signup)
132
-
* [Report bug](https://github.com/StackStorm/ansible-st2/issues), provide [feature request](https://github.com/StackStorm/ansible-st2/pulls) or just give us a ✮ star
163
+
* [Report bug](https://github.com/StackStorm/ansible-st2/issues), provide
164
+
[feature request](https://github.com/StackStorm/ansible-st2/pulls) or just
0 commit comments