feat: formalize in-flight hyprland/dotfiles/role changes

Claude-Session: https://claude.ai/code/session_01PaGefHKzMcjAhoHpNKUe27
This commit is contained in:
Tuan-Dat Tran
2026-07-28 08:51:15 +02:00
parent 753bdfd403
commit 3f4a550f87
13 changed files with 311 additions and 20 deletions

View File

@@ -4,6 +4,8 @@
pacman:
name:
- docker
- docker-compose
- docker-buildx
- kubectl
- terraform
- ansible
@@ -13,6 +15,16 @@
- kubectx
state: present
- name: Install DevOps AUR tools
kewlfft.aur.aur:
name: "{{ item }}"
use: "{{ aur_helper | default('paru') }}"
state: present
loop:
- kubeseal
- tea
- winbox
- name: Deploy DevOps aliases
blockinfile:
path: "{{ archsetup_user_home }}/.zshrc"