ZFS, NFS, Zeus setting, perma IP fix, again

This commit is contained in:
git
2024-01-25 14:34:14 +01:00
parent 146c50fd29
commit 9dd8c9a45a
38 changed files with 659 additions and 0 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