Files
a13labs.infra/ansible/sectool.env
T
alexandre.pires e9e28a5ca8 Add new model files and update Ansible playbooks for Qwen3.5 and Qwen3.6
- Created model files for Qwen3.5 with different context lengths.
- Added a new Ansible host variable file for CI server configuration.
- Updated GPU server host variables to include Ollama models and model files.
- Enhanced playbooks for Podman to manage Ollama models, including copying model files and checking existing models.
- Introduced a new playbook for setting up Qwen3.6 with specific configurations.
- Updated Windows SSH tasks to improve security and configuration management.
- Added a Python utility to parse Ollama model names from command output.
- Modified Terraform configurations to include new DNS entries and proxy settings.
- Improved Nginx proxy configurations with timeout settings.
2026-05-27 23:53:00 +02:00

18 lines
657 B
Bash

DUO_INTEGRATION_KEY=$DUO_INTEGRATION_KEY
DUO_SECRET_KEY=$DUO_SECRET_KEY
MAXMIND_ACCOUNT_ID=$MAXMIND_ACCOUNT_ID
MAXMIND_LICENSE_KEY=$MAXMIND_LICENSE_KEY
USER_PASSWORD_SALT=$USER_PASSWORD_SALT
USER_PASSWORD_OPERATOR=$USER_PASSWORD_OPERATOR
ANSIBLE_FORCE_COLOR=True
BUCKET_SUFFIX=$BUCKET_SUFFIX
MICROK8S_ENCRYPTION_SECRET=$MICROK8S_ENCRYPTION_SECRET
KMS_ACCESS_KEY=$KMS_ACCESS_KEY
KMS_SECRET_KEY=$KMS_SECRET_KEY
KMS_KEY_ARN=$KMS_KEY_ARN
GITEA_APP_TOKEN=$GITEA_APP_TOKEN
CLOUDNS_AUTH_ID=$CLOUDNS_AUTH_ID
CLOUDNS_PASSWORD=$CLOUDNS_PASSWORD
WIN_PROVISION_PASSWORD=$WIN_PROVISION_PASSWORD
WIN_GAME_PASSWORD=$WIN_GAME_PASSWORD
WIN_CI_01_PASSWORD=$WIN_CI_01_PASSWORD