archiving stuff

This commit is contained in:
2025-05-01 17:32:03 -07:00
parent 3e823a53ee
commit 547784036a
3 changed files with 0 additions and 0 deletions

7
archive/alpine.yml Executable file
View File

@@ -0,0 +1,7 @@
---
- name: alpine workstation
hosts: workstation
roles:
- role: alpine_setup
tags: alpine_setup

7
archive/artix.yml Executable file
View File

@@ -0,0 +1,7 @@
---
- name: artix workstation
hosts: workstation
roles:
- role: artix_setup
tags: artix_setup

6
archive/backup_vps.yaml Executable file
View File

@@ -0,0 +1,6 @@
---
- name: Backup VPS Config
hosts: backup_vps
become: yes
roles:
- role: backup_vps_base