Add initial Ansible configuration and package management setup
- Create .gitignore to exclude .vscode directory
- Add ansible.cfg for Ansible configuration
- Define inventory for new machine
- Create playbook.yml for orchestrating tasks
- Set up common role with default variables, handlers, and tasks
- Implement package management tasks for installing packages from various sources
- Include appimage and flatpak package lists
This commit is contained in:
19
ansible/roles/packages/files/aur_pkglist.txt
Normal file
19
ansible/roles/packages/files/aur_pkglist.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
1password
|
||||
appimagelauncher
|
||||
dracula-alacritty-git
|
||||
dracula-gtk-theme
|
||||
dracula-icons-theme
|
||||
grub-customizer
|
||||
gtk
|
||||
k0s-bin
|
||||
k0sctl-bin
|
||||
kubecolor
|
||||
llama-swap
|
||||
nautilus-bluetooth
|
||||
newelle
|
||||
orchis-theme-git
|
||||
pamac-all
|
||||
upass
|
||||
upscayl-bin
|
||||
vim-dracula
|
||||
yay-debug
|
||||
Reference in New Issue
Block a user