Skip to content

andrelcmoreira/host-provisioner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

host-provisioner

ci

Overview

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

Running the playbook

$ ansible-playbook -i <path_to_hosts_file> provision_host.yml -K

Supported hosts

  • void linux
  • debian (wip)