[INFO] Création du rôle (#1)
This commit is contained in:
20
defaults/main.yml
Normal file
20
defaults/main.yml
Normal 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
|
Reference in New Issue
Block a user