breakout tmpl from configgen; stage variations/platform feat

This commit is contained in:
2026-02-17 03:00:17 -07:00
parent bd91fe5b15
commit a813c4cb53
13 changed files with 102 additions and 30 deletions

View File

@@ -1,8 +1,18 @@
system {
hostname {{ hostname }};
location "{{ location }}";
zone {{ zone }};
users {
{{ username }};
/* location "{{ location }}" zone {{ zone }} */
host-name {{ hostname }};
system {
login {
{%- if init %}
user bootstrap {
uid 2000;
class super-user;
}
{%- endif %}
user {{ username }} {
uid 2001;
class super-user;
}
}
}
}