From 1f90a853e3c1bb0c6ec87863aabf27c916547708 Mon Sep 17 00:00:00 2001 From: jowj Date: Tue, 13 Nov 2018 16:04:39 -0600 Subject: [PATCH] Update README.md to include some specifics about mojobot deployments. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 73590ef..91029dc 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,11 @@ automate syncing and configuration of machines in my inventory so that i don't h * remove bloatware * sync emacs config * sync keyboard config for infinity ergodox + +### deployments +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.