Personal dotfiles. The installation supports Arch and Debian based systems.
Find a file
2022-10-14 12:40:39 +02:00
.config Update ansible-lint config 2022-10-14 12:40:39 +02:00
roles Add nerdfonts download for Debian 2022-10-14 12:30:43 +02:00
.gitignore Remove secrets file, not needed 2022-03-11 19:22:02 +01:00
.yamllint.yml Add default yamllint config 2022-06-25 14:12:53 +02:00
ansible.cfg Add localhost to inventory 2022-08-20 23:58:36 +02:00
get-vault-password.sh Add get-vault-password.sh script to avoid passing in cli 2022-02-26 10:05:07 +01:00
inventory.ini Add localhost to inventory 2022-08-20 23:58:36 +02:00
Makefile Add recipe for previous_tags in Makefile 2022-06-30 21:05:51 +02:00
playbook.yml Split role neovim/vim into neovim and vim 2022-07-25 12:19:33 +02:00
README.md Implement previous roles 2022-03-17 22:15:26 +01:00
todo Make mail for me underlined 2022-06-10 22:30:30 +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.