21 lines
702 B
YAML
21 lines
702 B
YAML
---
|
|
hedy_base_url: "http://localhost:8080/"
|
|
|
|
hedy_admin_user: ~
|
|
|
|
hedy_user_username: hedy
|
|
hedy_user_groupname: hedy
|
|
hedy_base_path: /home/hedy
|
|
hedy_data_path: "{{ hedy_base_path }}/data"
|
|
|
|
# Building. Default is to build on the target. To build elsewhere,
|
|
# change host ('localhost' for Ansible host) and perhaps path.
|
|
hedy_docker_src_files_path: /home/hedy/docker-src
|
|
hedy_builder_host: "{{ ansible_host }}"
|
|
hedy_builder_username: "{{ hedy_user_username }}"
|
|
hedy_builder_groupname: "{{ hedy_builder_username }}"
|
|
|
|
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
|