The host-provisioner
project consists of an ansible playbook targeted to automate the full configuration of my fresh linux-like distro installation. The deployied configuration is available at configs repo. The playbook is responsible for:
- package installing
- dotfiles deployment
- graphics configuration
- general user configuration
$ ansible-playbook -i <path_to_hosts_file> provision_host.yml -K
- void linux
- debian (wip)