My personal Arch Linux configuration, managed with Ansible.
This repository does not include my dotfiles ; they're on their own repo.
Tasks are executed in roles/
.
These roles use variables from group_vars/all/
.
Finally, playbooks/
are used to apply roles. A global playbook, all.yml
,
executes all roles.
I use this repository to store my WiFi passwords. They're encrypted with
ansible-vault
, using a key that you won't find here ;)
-
This repository is partly inspired by pigmonkey/spark.
-
While I try to keep roles somewhat generic (with extensive use of variables), this repository is probably not suitable for someone else's needs. Feel free to take the parts you want, and maybe create your own repo!