aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Update install.yaml and config.yaml with system role configAaditya Dhruv2023-09-101-1/+5
| | | | | New flags are added in config.yaml to manage the system level configuration
* Update config.yaml with new variables for dotfiles setupAaditya Dhruv2023-09-101-1/+5
| | | | | | | | Username is needed for the directory in which the dotfiles will be installed. The various install_* options install the "groups" of packages for the selected option. Theoretically all can be set to false and the packages can be manually overridden by defining a yaml in config.yaml as config_wayland: ....
* Add central installation playbook and configAaditya Dhruv2023-09-091-0/+8
This is the main yaml file which will call the other roles in the repo. It reads the variables from the config written in config.yaml and accordingly sets up the target system