7 lines
258 B
YAML
7 lines
258 B
YAML
|
|
---
|
||
|
|
# wizard_base defaults
|
||
|
|
wizard_user: "{{ ansible_user | default('root') }}"
|
||
|
|
wizard_group: "{{ ansible_user | default('root') }}"
|
||
|
|
timmy_base_dir: "~/.local/timmy"
|
||
|
|
timmy_config_repo: "https://forge.alexanderwhitestone.com/Timmy_Foundation/timmy-config.git"
|