Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit eb3b342e authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

:recycle:refactor: changed variables pattern to be more consistent with ansible good...

:recycle:refactor: changed variables pattern to be more consistent with ansible good practises and more flexible to use.
parent fae0e3a3
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
yunohost:
install_script_url: https://install.yunohost.org/
domain: example.com
extra_domains: ~
password: MYINSECUREPWD_PLZ_OVERRIDE_THIS
ignore_dyndns: False
apps: ~
users: ~
---
# Debian 10 script only.
ynh_install_script_url: https://install.yunohost.org
ynh_admin_password: MYINSECUREPWD_PLZ_OVERRIDE_THIS
# The list of Yunohost domains.
ynh_main_domain: domain.tld
ynh_extra_domains: ~
ynh_ignore_dyndns_server: False
# The list of Yunohost users.
ynh_users: ~
# - name: user1
# pass: p@ssw0rd
# firstname: Jane
# lastname: Doe
# mail_domain: domain.tld
# The list of Yunohost apps.
ynh_apps: ~
# - label: Tiny Tiny RSS # Label is important, it's a reference for the Playbook.
# link: ttrss # It can be the name of an official ynh app or a git repo link
# args: # Provide args here. Path and domain are mandatory, other args depend on the app (cf manifest.json of app).
# path: /ttrss
# domain: domain.tld
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment