role separation

This commit is contained in:
Warezjoe
2024-08-08 09:39:04 +02:00
parent fca0d8655b
commit 8bd24c852f
192 changed files with 113 additions and 3884 deletions

View File

@@ -1,23 +0,0 @@
---
# tasks file for zfs-install
- name: Set on Contrib for Debian
apt_repository:
repo: deb http://deb.debian.org/debian {{ ansible_distribution_release }} contrib
state: present
filename: contrib
update_cache: true
when: ansible_os_family == "Debian"
- name: Zfs isntall
become: true
ansible.builtin.package:
name:
- zfsutils-linux
- linux-headers-amd64
- zfs-dkms
- zfs-zed
state: present
- name: Add the zfs module
community.general.modprobe:
name: zfs