Laptop configuration
Go to file
earnest ma 06d713b1e6
Finish update playbook
2022-01-26 22:30:17 -05:00
.git-hooks Lint 2022-01-26 18:01:41 -05:00
.vscode Lint 2022-01-26 18:01:41 -05:00
roles/common/tasks Reorganize packages and add some new ones 2022-01-26 22:29:55 -05:00
tasks Finish update playbook 2022-01-26 22:30:17 -05:00
.ansible-lint Finish update playbook 2022-01-26 22:30:17 -05:00
.editorconfig Add .editorconfig file 2022-01-26 18:01:48 -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
update.yml Finish update playbook 2022-01-26 22:30:17 -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