This repository uses ansible to provision and maintain my Linux installations.
To set up the machine from scratch, use the provision.yaml
playbook.
$ ansible-playbook -K provision.yaml
To apply any updates to repositories, packages, and/or dotfiles/configuration,
use the maintain.yaml
playbook.
$ ansible-playbook -K maintain.yaml
To only apply updates to dotfiles/configuration, use the
configure.yaml
playbook.
$ ansible-playbook -K configure.yaml