Start migrating jails to fileserver.
This commit is contained in:
parent
26c43139a1
commit
1fa60057b2
@ -16,3 +16,14 @@ hwpstate: false
|
|||||||
build_user:
|
build_user:
|
||||||
name: talexander
|
name: talexander
|
||||||
group: talexander
|
group: talexander
|
||||||
|
jail_zfs_dataset: zmass/encrypted/jails
|
||||||
|
jail_zfs_dataset_mountpoint: /jail/main
|
||||||
|
jail_list:
|
||||||
|
- name: cloak
|
||||||
|
conf:
|
||||||
|
src: cloak
|
||||||
|
- name: dagger
|
||||||
|
conf:
|
||||||
|
src: dagger
|
||||||
|
bhyve_dataset: zmass/encrypted/vm
|
||||||
|
bhyve_list: []
|
||||||
|
@ -6,6 +6,12 @@
|
|||||||
- ccid
|
- ccid
|
||||||
# - linux_libusb
|
# - linux_libusb
|
||||||
- pinentry
|
- pinentry
|
||||||
|
state: present
|
||||||
|
|
||||||
|
- name: Install packages
|
||||||
|
when: graphics_driver is defined
|
||||||
|
package:
|
||||||
|
name:
|
||||||
- pinentry-qt5
|
- pinentry-qt5
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@ use-standard-socket
|
|||||||
default-cache-ttl 600
|
default-cache-ttl 600
|
||||||
max-cache-ttl 7200
|
max-cache-ttl 7200
|
||||||
display :0
|
display :0
|
||||||
{% if os_flavor == "linux" %}
|
{% if graphics_driver is defined and os_flavor == "linux" %}
|
||||||
pinentry-program /usr/bin/pinentry-qt
|
pinentry-program /usr/bin/pinentry-qt
|
||||||
{% elif os_flavor == "freebsd" %}
|
{% elif graphics_driver is defined and os_flavor == "freebsd" %}
|
||||||
pinentry-program /usr/local/bin/pinentry-qt5
|
pinentry-program /usr/local/bin/pinentry-qt5
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user