Ansible playbook to configure a (debian based) system as it should be to make me feel at home!!
- Install ansible:
sudo pip install ansible
- Run the playbook:
ansible-playbook -i inventary -l local --connection=local -K custom-linux.yml
- Include mechanism (tags? different localhost hosts for each role?) to configure just desktop or shell.
- Figure out how could this more generic and how it could be useful for other people
- Manage dsettings parameters (after understanding betther dconf...)