libvirt config
This commit is contained in:
8
ansible/roles/zfs-install/templates/key-params.j2
Normal file
8
ansible/roles/zfs-install/templates/key-params.j2
Normal file
@ -0,0 +1,8 @@
|
||||
Key-Type: 1
|
||||
Key-Length: 3072
|
||||
Subkey-Type: 1
|
||||
Subkey-Length: 3072
|
||||
Name-Real: Local Administrator
|
||||
Name-Email: root@{{ ansible_host }}
|
||||
Expire-Date: 0
|
||||
%no-protection
|
2
ansible/roles/zfs-install/templates/zfs.conf.j2
Normal file
2
ansible/roles/zfs-install/templates/zfs.conf.j2
Normal file
@ -0,0 +1,2 @@
|
||||
options zfs zfs_arc_min={{ zfs_arc_min }}
|
||||
options zfs zfs_arc_max={{ zfs_arc_max }}
|
Reference in New Issue
Block a user