1
0
Fork 0
hedy-docker-ansible/defaults/main.yml
2023-10-04 12:28:05 +01:00

13 lines
395 B
YAML

---
hedy_base_url: "http://localhost:8080/"
hedy_user_username: hedy
hedy_user_groupname: hedy
hedy_base_path: /home/hedy
hedy_data_path: /home/hedy/data
hedy_docker_src_files_path: /home/hedy/docker-src
hedy_docker_image: hedy:latest
hedy_container_image_self_build: true
hedy_container_image_self_build_repo: https://github.com/hedyorg/hedy.git
hedy_container_image_self_build_version: main