all.yml 360 B

1234567891011
  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: "/var/www/{{ inventory_hostname }}"
  5. app_downloads: "{{ ansible_env.HOME }}/downloads"
  6. app_dashboard_base_path: "/pcd"
  7. app_postgresql_version: "15"
  8. open_search_version: "2.17.0"
  9. open_search_arch: "arm64"