Moved playbooks here; zsh dotfiles distro; new config logs

This commit is contained in:
2026-09-13 14:16:38 -04:00
parent 386e165f6b
commit cd2fb6651f
13 changed files with 260 additions and 2 deletions
+29
View File
@@ -0,0 +1,29 @@
---
- name: Upgrade Arch systems
hosts: arch
#strategy: free
roles:
- arch_update
- dotfiles
- name: Upgrade Debian systems
hosts: debian
roles:
- debian_update
- dotfiles
- name: Update Docker Stacks
hosts: docker
roles:
- docker_update
- name: Update mailcow Stacks
hosts: mailcow
roles:
- mailcow_update
- name: Process any reboots
hosts: "arch, debian, !control"
roles:
- reboot