350650ecc2
- Create systemd service templates for llama_exporter, nvidia_exporter, and podman. - Add Prometheus configuration template for GPU metrics scraping. - Introduce variables for GPU monitoring role in main.yml. - Implement tasks for syncing llama models, including user setup and package installation. - Update podman tasks to ensure proper sudo access and lingering for the podman user. - Modify inventory to include gpu_monitoring group. - Add Terraform modules for deploying Vaultwarden, including ingress and service configurations. - Create Grafana dashboard for real-time GPU monitoring metrics. - Update secrets and environment files to include Vaultwarden admin token.
11 lines
476 B
Bash
11 lines
476 B
Bash
AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY
|
|
AWS_SECRET_ACCESS_KEY=$AWS_SECRET_KEY
|
|
TF_VAR_nextcloud_db_passwd=$MYSQL_NEXTCLOUD_PASSWORD
|
|
TF_VAR_nextcloud_db_root_password=$MYSQL_ROOT_PASSWORD
|
|
TF_VAR_nextcloud_admin_password=$NEXTCLOUD_ADMIN_PASSWORD
|
|
TF_VAR_scaleway_project_id=$SCALEWAY_PROJECT_ID
|
|
TF_VAR_telegram_bot_token=$TELEGRAM_BOT_TOKEN
|
|
TF_VAR_webui_secret_key=$WEBUI_SECRET_KEY
|
|
TF_VAR_searxng_secret_key=$SEARXNG_SECRET_KEY
|
|
TF_VAR_vaultwarden_admin_token=$VAULTWARDEN_ADMIN_TOKEN
|