cachyos compatibility
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 48s
Nix Format Check / check-format (push) Failing after 1m49s
Python Lint Check / check-python (push) Failing after 33s

This commit is contained in:
2025-07-18 10:13:33 +02:00
parent fe80046042
commit 085d037f77
46 changed files with 478 additions and 407 deletions

View File

@@ -1,12 +1,17 @@
---
- name: Server setup
block:
- name: Ensure server common packages are installed
- name: Ensure openssh-server is installed on Arch-based systems
ansible.builtin.package:
name:
- openssh-server
name: openssh
state: present
become: true
when: ansible_pkg_mgr == 'pacman'
- name: Ensure openssh-server is installed on non-Arch systems
ansible.builtin.package:
name: openssh-server
state: present
when: ansible_pkg_mgr != 'pacman'
- name: Include JuiceFS tasks
ansible.builtin.include_tasks: juicefs.yml
@@ -27,7 +32,7 @@
enabled: true
hosts:
- mennos-cloud-server
- mennos-server
- mennos-cachyos-desktop
- name: karakeep
enabled: true
hosts:
@@ -48,7 +53,7 @@
enabled: true
hosts:
- mennos-cloud-server
- mennos-server
- mennos-cachyos-desktop
- name: seafile
enabled: true
hosts:
@@ -72,7 +77,7 @@
- name: downloaders
enabled: true
hosts:
- mennos-server
- mennos-cachyos-desktop
- name: wireguard
enabled: true
hosts:
@@ -81,7 +86,7 @@
enabled: true
hosts:
- mennos-cloud-server
- mennos-server
- mennos-cachyos-desktop
- name: arr-stack
enabled: false
hosts:
@@ -89,11 +94,11 @@
- name: home-assistant
enabled: true
hosts:
- mennos-server
- mennos-cachyos-desktop
- name: privatebin
enabled: true
hosts:
- mennos-server
- mennos-cachyos-desktop
- name: unifi-network-application
enabled: true
hosts: