Laptop configuration
Go to file
earnest ma 341b15b7f0
Cleanup!
2022-01-26 18:01:26 -05:00
roles/common/tasks Implement almost everything from dotfiles/bootstrap.sh 2022-01-26 15:45:41 -05:00
tasks Cleanup! 2022-01-26 18:01:26 -05:00
README.md Cleanup! 2022-01-26 18:01:26 -05:00
ansible.cfg Things 2022-01-23 21:43:00 -05:00
ensure.sh Implement almost everything from dotfiles/bootstrap.sh 2022-01-26 15:45:41 -05:00
hosts Things 2022-01-23 21:43:00 -05:00
run.yml Things 2022-01-23 21:43:00 -05:00

README.md

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.

Start

  • sudo dnf install -y ansible
  • Execute main: ansible-playbook run.yml -K
  • Development: git config core.hooksPath .git-hooks