all.yml 347 B

12345678
  1. ansible_user: "deploy"
  2. ansible_python_interpreter: /usr/bin/python3
  3. ansible_ssh_private_key_file: "{{ inventory_dir }}/.ssh/id_ed25519"
  4. #ansible_ssh_private_key_file: "{{inventory_dir}}/.ssh/id_rsa"
  5. app_www_deploy_target: "/var/www/{{ inventory_hostname }}/{{ ansible_date_time.iso8601_basic }}"
  6. app_python_version: "3.11"
  7. app_php_version: "8.0"