adding fedora stuff

This commit is contained in:
2024-07-22 12:10:55 -07:00
parent 82cc422756
commit c58d299d18
138 changed files with 278 additions and 0 deletions

6
playbooks/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

View File

@@ -0,0 +1,15 @@
---
- name: Workstation setup
hosts: workstation
roles:
- role: fedora_pkg
tags: fedora_pkg_tag
- role: fedora_base
tags: fedora_base_tag
- role: fedora_firewall
tags: fedora_firewall_tag
- role: fedora_selinux
tags: fedora_selinux_tag

37
playbooks/workstation.yml Executable file
View File

@@ -0,0 +1,37 @@
---
- name: Workstation setup
hosts: workstation
roles:
- role: base
tags: base_config_tag
- role: pkg
tags: base_pkg_tag
- role: ui_config
become: yes
become_user: opal
tags: ui_config_tag
- role: git
become: yes
become_user: opal
tags: git_tag
- role: plymouth
tags: plymouth_tag
- role: protonvpn
tags: protonvpn_tag
- role: gopass
tags: gopass_tag
- role: brave
tags: brave_tag
- role: signal
tags: signal_tag
- role: nicotine
tags: nicotine_tag