chore: Initial commit
This commit is contained in:
20
defaults/main.yml
Normal file
20
defaults/main.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
|
||||
# Version
|
||||
flame_version: 1.0.0
|
||||
flame_docker_image_version: "latest"
|
||||
flame_port: "5005"
|
||||
flame_password: "flame_password"
|
||||
|
||||
# flame paths
|
||||
flame_root_path: /opt/flame
|
||||
flame_config_path: "{{ flame_root_path }}/config"
|
||||
flame_data_path: "{{ flame_root_path }}/data"
|
||||
flame_skeleton_paths:
|
||||
- "{{ flame_config_path }}"
|
||||
- "{{ flame_data_path }}"
|
||||
|
||||
# Documentation
|
||||
flame_documentation_link: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user