Files
ansible_role_package/tasks/config/cockpit.yml
Matthew Stobbs 9dc78f3b89 add new packages
- cockpit
- firewalld
- nfs client and server
- restic
- samba client and server
- targetcli
2025-03-26 21:31:13 -06:00

8 lines
210 B
YAML

# vim: set filetype=yaml.ansible :
---
- name: Set cockpit configuration
ansible.builtin.set_fact:
cockpit:
enabled: true
pkgs: "{{ pkgconfig.cockpit.pkgs[ansible_os_family] | default([]) }}"