central repo for storing machine set up bullshit
Go to file
2019-01-16 13:33:49 -06:00
applicationConfiguration Add pdf-tools for viewing of: pdfs. 2019-01-16 13:33:49 -06:00
deployments Add post deployment configuration of Firefox browser 2018-12-10 12:30:28 -06:00
keyboard Restruction emacs into application config dir; update keyboard firmware and png; restructure to include easy rollback for keyboard firmware. 2018-11-03 12:23:42 -05:00
powershell Remove old location for winDeploy scripts. 2018-07-14 19:01:15 -05:00
.bashrc add python aliases, path additions 2018-05-01 22:17:59 -05:00
.gitattributes update to view nothing as a text file 2018-04-28 21:05:09 -05:00
.gitignore Ignore *~ files in working dir. 2018-08-09 09:45:17 -05:00
.powershellCore.ps1 Remove unnecessary ssh utils. 2018-06-02 10:37:41 -05:00
.tmux.conf
conemu.xml adding conemu config 2018-05-10 14:31:34 -05:00
README.md Update README.md to include some specifics about mojobot deployments. 2018-11-13 16:04:39 -06:00

agares

agares was a demon who taught those who summoned him foreign languages, but only vulgar words. it must be true because i read it on the internet

purpose:

automate syncing and configuration of machines in my inventory so that i don't have config drift

subprojects:

  • sync powershell $profile and automate updates
  • windows device config:
    • automatically deploy and configure software that i use everywhere (password managers, sync services, text editors, etc)
    • set windows settings to be actually useable
    • set windows privacy settings
    • 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.