archiving stuff
This commit is contained in:
7
archive/alpine.yml
Executable file
7
archive/alpine.yml
Executable file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: alpine workstation
|
||||
hosts: workstation
|
||||
roles:
|
||||
- role: alpine_setup
|
||||
tags: alpine_setup
|
||||
|
||||
7
archive/artix.yml
Executable file
7
archive/artix.yml
Executable file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: artix workstation
|
||||
hosts: workstation
|
||||
roles:
|
||||
- role: artix_setup
|
||||
tags: artix_setup
|
||||
|
||||
6
archive/backup_vps.yaml
Executable file
6
archive/backup_vps.yaml
Executable file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Backup VPS Config
|
||||
hosts: backup_vps
|
||||
become: yes
|
||||
roles:
|
||||
- role: backup_vps_base
|
||||
Reference in New Issue
Block a user