mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
Add Rocky 9 Atlas NAS profile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user