all.yml 413 B

12345678910111213
  1. ansible_user: "deploy"
  2. ansible_python_interpreter: /usr/bin/python3
  3. ansible_ssh_private_key_file: "{{ inventory_dir }}/.ssh/id_ed25519"
  4. app_deploy_target: "/srv/www/{{ inventory_hostname }}/{{ mint_version }}"
  5. app_downloads: "{{ ansible_env.HOME }}/downloads"
  6. app_dashboard_base_path: "/pcd"
  7. app_postgresql_version: "16"
  8. app_open_search_version: "2.19.0"
  9. app_open_search_arch: "arm64"
  10. app_dbmate_arch: "arm64"