NFS, zfs, samba and docker

This commit is contained in:
git
2024-02-13 13:04:02 +01:00
parent ec0a0774a7
commit 77dffb383d
67 changed files with 831 additions and 30 deletions

View File

@@ -0,0 +1,23 @@
---
# 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