i currently am setting all my deployments to live within agares. i use agares as a submodule within my colove project in order to fascilitate deploys from within a container. this allows me to accomplish a few things that are important to my workflow, but are likely not super important to a lot of other people.
#### mojobot
ansible-playbook -i hosts.yml mojo.yml --ask-vault-pass (pass in ansible vault pw)
- if you end up wanting to deploy this somewhere you'll need to update the hosts.yml file to include your targets
- the ansible-vault file includes my slackbot token. You'll need to update that.