Files
infra/ansible/roles/profile_atlas/tasks/cockpit.yml
Fabio Scotto di Santolo 8ed439317a Add Rocky 9 Atlas NAS profile
2026-08-30 14:40:01 +02:00

16 lines
393 B
YAML

---
- name: Configure the official 45Drives repository
tags: [atlas, packages]
ansible.builtin.get_url:
url: "{{ atlas_45drives_repo_url }}"
dest: "{{ atlas_45drives_repo_file }}"
owner: root
group: root
mode: "0644"
- name: Install 45Drives Cockpit plugins
tags: [atlas, packages]
ansible.builtin.dnf:
name: "{{ atlas_45drives_packages }}"
state: present