all.yml 753 B

123456789101112131415161718192021222324
  1. ansible_python_interpreter: /usr/bin/python3
  2. ansible_ssh_private_key_file: "{{ inventory_dir }}/.ssh/id_ed25519"
  3. app_deploy_target: "/srv/{{ app_domain }}/{{ mint_version }}"
  4. app_debug: false
  5. app_api_v8_php_base_path: "/api"
  6. app_api_v12_php_base_path: "/api-v2026"
  7. app_dashboard_v4_base_path: "/pcd"
  8. app_dashboard_v6_base_path: "/pcd-v2026"
  9. app_dashboard_token_key: "token.20260116"
  10. app_php_memory_limit: "128M"
  11. app_consumer_loop_limit_ai_translate: 16
  12. app_deploy_keeps: 7
  13. app_php_fpm81_port: 9810
  14. app_php_fpm84_port: 9840
  15. app_php81_image: "wikipali/mint:php-8.1-20251225"
  16. app_php84_image: "wikipali/mint:php-8.4-20260108"
  17. app_python_image: "wikipali/mint:php-8.4-20260108"
  18. app_nodejs_image: "wikipali/mint:php-8.4-20260108"
  19. app_pull_images: false