all.yml 400 B

123456789
  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_deploy_target: "/opt/{{ app_vendor }}/{{ ansible_date_time.iso8601_basic }}"
  6. app_downloads: "{{ ansible_env.HOME }}/downloads"
  7. app_backup: "{{ ansible_env.HOME }}/backup"
  8. app_python_version: "3.11"