Add HUGO.
This commit is contained in:
parent
189a72de6c
commit
ef68b36bc1
9
hosts
9
hosts
@ -51,7 +51,7 @@ x570 amdgpu=true nanominer=true nanominer_gpu=eth nanominer_gpus=0 nanominer_gpu
|
|||||||
[server]
|
[server]
|
||||||
;;;;;;; Parameters ;;;;;;
|
;;;;;;; Parameters ;;;;;;
|
||||||
;
|
;
|
||||||
; domain : Set to the domain which gives the server its FQDN
|
; domain : Set to the domain which gives the server its FQDN.
|
||||||
; Example: hyperling.com
|
; Example: hyperling.com
|
||||||
;
|
;
|
||||||
; onlyoffice : Set to anything for this server to be configured as an OnlyOffice server.
|
; onlyoffice : Set to anything for this server to be configured as an OnlyOffice server.
|
||||||
@ -66,7 +66,10 @@ x570 amdgpu=true nanominer=true nanominer_gpu=eth nanominer_gpus=0 nanominer_gpu
|
|||||||
; influxdb2 : Set to anything for this server to be configured as an Influx 2 DB + web server.
|
; influxdb2 : Set to anything for this server to be configured as an Influx 2 DB + web server.
|
||||||
; Example: true
|
; Example: true
|
||||||
;
|
;
|
||||||
; certbot : Set to anything to add cron job for `certbot renew`
|
; certbot : Set to anything to add cron job for `certbot renew`.
|
||||||
|
; Example: true
|
||||||
|
;
|
||||||
|
; hugo : Set to anything to install HUGO static website generator.
|
||||||
; Example: true
|
; Example: true
|
||||||
;
|
;
|
||||||
onlyoffice domain=hyperling.com onlyoffice=true
|
onlyoffice domain=hyperling.com onlyoffice=true
|
||||||
@ -80,3 +83,5 @@ reverse-proxy certbot=true
|
|||||||
nextcloud certbot=true
|
nextcloud certbot=true
|
||||||
wordpress certbot=true
|
wordpress certbot=true
|
||||||
usb-server
|
usb-server
|
||||||
|
parrotsec-dev-www hugo=true domain=hyperling.com
|
||||||
|
my-parrotsec-dev-www hugo=true domain=hyperling.com
|
@ -140,6 +140,9 @@
|
|||||||
- include: tasks/server/cron/certbot.yml
|
- include: tasks/server/cron/certbot.yml
|
||||||
when: certbot is defined
|
when: certbot is defined
|
||||||
|
|
||||||
|
- include: tasks/server/software/hugo.yml
|
||||||
|
when: hugo is defined
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Provide information for analysis.
|
# Provide information for analysis.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user