[INFO] Création du rôle

This commit is contained in:
2022-09-30 17:19:45 +02:00
parent a0a3d6f1d9
commit 0f540d5d3c
9 changed files with 304 additions and 1 deletions

20
defaults/main.yml Normal file
View File

@@ -0,0 +1,20 @@
---
# defaults file for hugo
hugo_os: linux
hugo_architecture: arm64
hugo_latest_url: https://api.github.com/repos/gohugoio/hugo/releases/latest
hugo_version: latest
hugo_binary_path: /opt/hugo
hugo_install_command: false
hugo_data_path: /srv/hugo
hugo_base_url: ""
hugo_server_listen: 0.0.0.0
hugo_server_port: 8080
hugo_timer_enabled: true
hugo_nginx_enabled: false
hugo_nginx_docroot: /var/www/hugo