add roles/toxcore/
This commit is contained in:
parent
ac375a87c7
commit
273e6b2282
51 changed files with 9643 additions and 4 deletions
30
roles/toxcore/defaults/main.yml
Normal file
30
roles/toxcore/defaults/main.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
# -*- mode: yaml; indent-tabs-mode: nil; tab-width: 2; coding: utf-8-unix -*-
|
||||
---
|
||||
|
||||
# be careful - these are running on the guest which may have no relationship with the other roles
|
||||
|
||||
# "ansible_virtualization_role": ["host", "guest"]
|
||||
# "ansible_virtualization_type": ["kvm", "virtualbox", "chroot", ...]
|
||||
|
||||
TOXCORE_USR_LOCAL: "{{ USR_LOCAL }}"
|
||||
TOXCORE_VAR_LOCAL: "{{ USR_LOCAL }}"
|
||||
TOXCORE_LOG_DIR: "{{ TOXCORE_VAR_LOCAL }}/var/log"
|
||||
|
||||
TOXCORE_HOURLY_LOG: "{{TOXCORE_LOG_DIR}}/hourly"
|
||||
TOXCORE_DAILY_LOG: "{{TOXCORE_LOG_DIR}}/daily"
|
||||
TOXCORE_WEEKLY_LOG: "{{TOXCORE_LOG_DIR}}/weekly"
|
||||
TOXCORE_MONTHLY_LOG: "{{TOXCORE_LOG_DIR}}/monthly"
|
||||
|
||||
TOXCORE_VMS_DIR: "{{TOXCORE_VAR_LOCAL}}/data/Vms"
|
||||
TOXCORE_LOCAL_SRC: "{{TOXCORE_VAR_LOCAL}}/src"
|
||||
|
||||
TOXCORE_GPG_SERVER: "{{BASE_GPG_SERVER}}"
|
||||
|
||||
TOXCORE_GENTOO_FROM_MP: "{{BOX_GENTOO_FROM_MP}}"
|
||||
|
||||
# TOXCORE_CTOXCORE_CMAKE:
|
||||
|
||||
TOXCORE_FEATURES:
|
||||
- libvirt
|
||||
- docker
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue