1
0
Fork 0
hedy-docker-ansible/defaults/main.yml

20 lines
670 B
YAML
Raw Normal View History

2023-10-04 13:28:05 +02:00
---
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
2023-11-04 16:36:26 +01:00
# Building. Default is to build on the target. To build elsewhere,
# change host ('localhost' for Ansible host) and perhaps path.
2023-10-04 13:28:05 +02:00
hedy_docker_src_files_path: /home/hedy/docker-src
2023-11-04 16:36:26 +01:00
hedy_builder_host: "{{ ansible_host }}"
hedy_builder_username: "{{ hedy_user_username }}"
hedy_builder_groupname: "{{ hedy_builder_username }}"
2023-10-04 13:28:05 +02:00
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