https://github.com/mrlesmithjr/ansible-stackstorm
https://github.com/mrlesmithjr/ansible-stackstorm
ansible ansible-role debian stackstorm ubuntu
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-stackstorm
- Owner: mrlesmithjr
- Created: 2016-04-03T05:09:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T19:50:46.000Z (over 8 years ago)
- Last Synced: 2025-03-24T06:51:48.302Z (11 months ago)
- Topics: ansible, ansible-role, debian, stackstorm, ubuntu
- Language: Ruby
- Size: 147 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [ansible-stackstorm](#ansible-stackstorm)
- [Requirements](#requirements)
- [Role Variables](#role-variables)
- [Dependencies](#dependencies)
- [Example Playbook](#example-playbook)
- [Vagrant](#vagrant)
- [License](#license)
- [Author Information](#author-information)
# ansible-stackstorm
An [Ansible](https://www.ansible.com) role to install/configure [StackStorm](https://stackstorm.com)
Community Edition
[StackStorm](https://stackstorm.com) is an event-driven automation platform that
ties together every component of your environment.
## Requirements
Install `Ansible` [required](./requirements.yml) roles...
```bash
ansible-galaxy install -r requirements.yml
```
## Role Variables
[Role Defaults](defaults/main.yml)
## Dependencies
None
## Example Playbook
[Example Playbook](./playbook.yml)
## [Vagrant](https://vagrantup.com)
Spin up `Stackstorm` using `Vagrant`:
```bash
cd Vagrant
vagrant up
```
You should now be able to connect to
Login using: `st2admin\Ch@ngeMe`
When you are all done testing using `Vagrant` you can easily tear down and
cleanup:
```bash
./cleanup.sh
```
## License
MIT
## Author Information
Larry Smith Jr.
- @mrlesmithjr
-
- mrlesmithjr [at] gmail.com