├── LICENSE ├── README.md ├── Vagrantfile ├── ansible.sh ├── ansible ├── ansible.cfg └── hosts ├── chatops.sh ├── db.sh └── web.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackStorm/showcase-ansible-chatops/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackStorm/showcase-ansible-chatops/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackStorm/showcase-ansible-chatops/HEAD/Vagrantfile -------------------------------------------------------------------------------- /ansible.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackStorm/showcase-ansible-chatops/HEAD/ansible.sh -------------------------------------------------------------------------------- /ansible/ansible.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackStorm/showcase-ansible-chatops/HEAD/ansible/ansible.cfg -------------------------------------------------------------------------------- /ansible/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackStorm/showcase-ansible-chatops/HEAD/ansible/hosts -------------------------------------------------------------------------------- /chatops.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackStorm/showcase-ansible-chatops/HEAD/chatops.sh -------------------------------------------------------------------------------- /db.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackStorm/showcase-ansible-chatops/HEAD/db.sh -------------------------------------------------------------------------------- /web.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StackStorm/showcase-ansible-chatops/HEAD/web.sh --------------------------------------------------------------------------------