Categories
auto-remediation stackstorm

Configure Kafka and Stackstorm config

So you have installed stackstorm and the kafka pack, but now we need to configure the pack to consume and produce messages on kafka. The first thing that you should check out is the stackstorm documentation on how packs are configured. After you have read that you will know that in the pack’s repo there […]

Categories
ansible DevOps

Deploying Stackstorm to a server with Ansible

The information about deploying stackstorm to a server with ansible is in the stackstorm docs. Importantly the galaxy role can’t really be used like a normal ansible-galaxy role. You have to clone the repo: git clone https://github.com/StackStorm/ansible-st2 cd ansible-st2 Then update the inventory, for example in inventory: st2 ansible_host=10.200.1.76 ansible_user=cent ansible_sudo_pass=pass Run the playbook: ansible-playbook […]