This commit is contained in:
emdee 2024-01-04 14:53:42 +00:00
parent e1c072cf16
commit 346682eedb
31 changed files with 12094 additions and 132 deletions

View file

@ -4,14 +4,16 @@
toxcore_system_users: "{{ base_system_users }}"
toxcore_also_users: "{{ base_also_users }}"
toxcore_standard_users_groups:
toxcore_standard_users_groups_guest:
- disk
toxcore_standard_users_groups_host:
- disk
- "{{ 'libvirt' if 'libvirt' in TOXCORE_FEATURES else '' }}"
- "{{ 'qemu' if ( 'qemu' in TOXCORE_FEATURES or 'libvirt' in TOXCORE_FEATURES ) else '' }}"
- "{{ 'kvm' if ( 'qemu' in TOXCORE_FEATURES or 'libvirt' in TOXCORE_FEATURES ) else '' }}"
- "{{ 'docker' if 'docker' in TOXCORE_FEATURES else '' }}"
toxcore_libvirt_services:
- libvirtd
# - qemu-guest-agent
@ -28,6 +30,11 @@ toxcore_pkgs_inst:
- net-misc/bridge-utils
- sys-apps/sdparm
- sys-apps/hdparm
# install
- app-misc/jq
- dev-vcs/git
- net-vpn/corkscrew
- net-analyzer/openbsd-netcat
### virt-manager
- media-libs/libvpx
- net-libs/libpsl
@ -97,4 +104,4 @@ toxcore_pips3_inst:
- pysha3
- pycryptodomex
- pyanalyze
- negotiator-host