13 lines
334 B
YAML
13 lines
334 B
YAML
---
|
|
# Password for Ansible user
|
|
ansible_become_password: p@a$$word
|
|
# SSH key for Ansible user
|
|
ansible_ssh_key: $$h_key
|
|
# Password for the default unprivileged user
|
|
user_password: p@a$$word
|
|
# ntfy topic
|
|
ntfy_topic: https://x.y.z/topic
|
|
# ntfy topic token
|
|
ntfy_topic_token: t0ken
|
|
# Home Assistant Webhook token
|
|
ha_webhook_token: h@_t0ken |