Add Rocky 9 Atlas NAS profile

This commit is contained in:
Fabio Scotto di Santolo
2026-08-30 14:27:07 +02:00
parent bc5a7572a7
commit 8ed439317a
22 changed files with 981 additions and 4 deletions

View File

@@ -20,7 +20,8 @@
errors='ignore', wantlist=True) | length > 0
roles:
- dotfiles_common
- role: dotfiles_common
when: "'platform_rocky' not in group_names"
- name: Configure Void platform
hosts: platform_void
@@ -56,6 +57,21 @@
- packages_fedora
- services_systemd
- name: Configure Rocky Linux platform
hosts: platform_rocky
become: true
roles:
- packages_rocky
- services_systemd
- name: Configure Atlas NAS profile
hosts: atlas
become: true
roles:
- profile_atlas
- name: Configure personal workstation role on Fedora
hosts: platform_fedora:&role_personal_workstation
become: true