Personal dotfiles. The installation supports Arch and Debian based systems.
Find a file
2022-05-15 20:56:42 +02:00
roles Correct package for debian 2022-05-15 20:56:42 +02:00
.gitignore Remove secrets file, not needed 2022-03-11 19:22:02 +01:00
ansible.cfg Add stdout_callback option 2022-03-11 18:57:33 +01:00
get-vault-password.sh
Makefile Hide echo from Make 2022-05-02 22:02:52 +02:00
playbook.yml Add role neomutt 2022-05-07 18:23:25 +02:00
README.md Implement previous roles 2022-03-17 22:15:26 +01:00
todo Check neomutt version to adapt template accordingly 2022-05-13 21:09:27 +02:00

setup-cockpit

My personal dotfiles managed with ansible.

The playbook playbook.yml contains all the things to install, each in a role with a tag so that it can be individually installed.

For convenience, a Makefile contains the ansible-playbook command that will use the tag specified to make:
So make vim will call ansible-playbook with the vim tag.

The Makefile also includes vault password, which is retrieved via password-store with the git-vault-password.sh script.

The roles called are logged to .roles_played. They can then be called again by make previous, for example to update the system according to the playbook.