aboutsummaryrefslogtreecommitdiff
path: root/src/packages
Commit message (Collapse)AuthorAgeFilesLines
* Update packages and package_groups structureAaditya Dhruv2025-06-305-15/+34
|
* Update documentation, small fixes to variable namespacingAaditya Dhruv2025-06-141-1/+1
|
* Update system, packages and playbooks, add vaultAaditya Dhruv2025-06-141-5/+5
|
* Update required packages and groupsAaditya Dhruv2025-06-053-395/+139
|
* wipAaditya Dhruv2025-06-053-9/+25
|
* Add rust installation support for development groupAaditya Dhruv2023-09-091-0/+3
|
* Update packages roles with defined structureAaditya Dhruv2023-09-092-79/+107
| | | | | The packages roles now has a tasks list for DNF packages and flatpaks. It will read from the variables yaml file to install the needed packages
* Move files into roles organizationAaditya Dhruv2023-09-093-5/+0
|
* Add packages directory for package managementAaditya Dhruv2023-09-094-0/+389
The install playbook here will manage installing packages as per the groups in packages.yaml. It also needs to handle non-dnf packages such as rust, pip etc. which will be done later