configs/README.md

10 lines
375 B
Markdown

# ansible
Currently Ansible configurations for `ataraxia`, although if this goes well I'll bring it to Tycho/future devices. Please don't use :/ I may merge these into my [dotfiles repo](https://git.earne.link/earnestma/dotfiles).
## Start
- `sudo dnf install -y ansible`
- Execute main: `ansible-playbook run.yml -K`
- Development: `git config core.hooksPath .git-hooks`