[INFO] Création du rôle (#1)

This commit is contained in:
2022-11-09 14:54:18 +00:00
parent a0a3d6f1d9
commit 74f9b1b429
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