Fix of fail2ban, create_zfs_dataset (not done yet), bashrc, inventory rework
This commit is contained in:
9
roles/create_zfs_dataset/tasks/main.yml
Normal file
9
roles/create_zfs_dataset/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# tasks file for create_zfs_dataset
|
||||
- name: Create zfs dataset
|
||||
community.general.zfs:
|
||||
name: "{{ zfs_pool_name }}/{{ zfs_dataset_name }}"
|
||||
state: present
|
||||
extra_zfs_properties:
|
||||
quota: {{ zfs_dataset_size }}
|
||||
mountpoint: {{ zfs_dataset_mountpoint }}
|
||||
Reference in New Issue
Block a user