ansible-role-hugo-deploy/defaults/main.yml

9 lines
246 B
YAML
Raw Normal View History

2022-04-20 17:14:35 +02:00
---
# defaults file for ansible-role-hugo-deploy
hugo_deploy_site_url: ""
hugo_deploy_website_git_url: ""
hugo_deploy_download_path: "/opt/hugo_deploy"
hugo_deploy_dest_webroot: "/var/www/{{hugo_deploy_site_url}}"
hugo_deploy_build_openring: no