Create Role

This commit is contained in:
nono
2022-04-20 17:14:35 +02:00
parent 27caf9156c
commit a08f49a53a
16 changed files with 294 additions and 2 deletions

8
defaults/main.yml Normal file
View File

@@ -0,0 +1,8 @@
---
# 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