srv01: Use nodejs role, update nodejs version
This commit is contained in:
parent
e82ca2d696
commit
f9b7444a39
|
@ -1,5 +1,5 @@
|
||||||
basics_autoupdate_origins:
|
basics_autoupdate_origins:
|
||||||
- "o=Node Source,n=${distro_codename}"
|
- site=deb.nodesource.com,n=nodistro
|
||||||
basics_ssh_match_blocks:
|
basics_ssh_match_blocks:
|
||||||
- match: User certsync
|
- match: User certsync
|
||||||
options:
|
options:
|
||||||
|
@ -9,5 +9,7 @@ basics_ssh_match_blocks:
|
||||||
|
|
||||||
nginx_resolver: "192.76.134.90 212.12.50.158"
|
nginx_resolver: "192.76.134.90 212.12.50.158"
|
||||||
|
|
||||||
|
nodejs_version: node_18.x
|
||||||
|
|
||||||
updates_tls_crt: /etc/letsencrypt/live/updates.hamburg.freifunk.net/fullchain.pem
|
updates_tls_crt: /etc/letsencrypt/live/updates.hamburg.freifunk.net/fullchain.pem
|
||||||
updates_tls_key: /etc/letsencrypt/live/updates.hamburg.freifunk.net/privkey.pem
|
updates_tls_key: /etc/letsencrypt/live/updates.hamburg.freifunk.net/privkey.pem
|
||||||
|
|
|
@ -19,6 +19,7 @@ srv02
|
||||||
srv03
|
srv03
|
||||||
|
|
||||||
[nodejs]
|
[nodejs]
|
||||||
|
srv01
|
||||||
srv02
|
srv02
|
||||||
|
|
||||||
[updates]
|
[updates]
|
||||||
|
|
Loading…
Reference in a new issue