2
0

all.yml 350 B

12345678910
  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: "/mnt/{{ app_domain }}/mint-{{ 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.1"