2
0

all.yml 429 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: "/var/www/{{ inventory_hostname }}"
  5. app_php_version: "8.1"
  6. app_downloads: "{{ ansible_env.HOME }}/downloads"
  7. app_backup: "{{ ansible_env.HOME }}/backups"
  8. app_dashboard_base_path: "/pcd"
  9. app_morus_listen_port: 10061
  10. app_lily_listen_port: 10062
  11. app_tulip_listen_port: 10063