{ claus.conrad }

Automating your Dotfiles with Ansible - A Showcase

https://www.youtube.com/watch?v=hPPIScBt4Gw

Video

Automating your Dotfiles with Ansible: A Showcase - YouTube

Notes

About the accompanying repo

  • The repo has evolved after the video was made:
    • Now using 1Password CLI as a vault instead of Ansible Vault, for increased flexibility and security.
    • Now partially supporting macOS and [Arch Linux](…/Arch Linux/) in addition to Ubuntu.
  • ansible-lint can be run on push as a GitHub Action.
  • Since some YAML parsers require it, adding --- at the top of YAML files is a good idea.
  • Starship is a customizable prompt for any shell.

Resources