Commit eb4701a6 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Make the re6st installer of PROD and FREE network look alike

parent 4b87a7ab
Pipeline #36021 failed with stage
in 0 seconds
......@@ -11,11 +11,7 @@
vars_prompt:
- name: "re6sttoken"
prompt: "\n\n
You are running the Grandenet Installer\n\n
Please insert your token from Grandenet to configure your computer.\n
If you don't have a token, please access http://www.grandenet.cn/en \n
and request one. \n\n
Move informations at http://www.grandenet.cn/en/documentation/user
You are using the re6st automatic installer for FREE network.
\n\n
Your token
......@@ -23,6 +19,11 @@ Your token
private: no
default: "notoken"
- name: "location"
prompt: 'Manually enter your location (ignore if you want it detected automatically, format is "country code,continent code", e.g. "FR,EU")'
private: no
default: ""
- name: "enable_router_advertisement"
prompt: "Enable Router Advertisement"
private: no
......
......@@ -9,17 +9,28 @@
- re6st_registry_url: "https://re6st-registry.nxdcdn.com/"
vars_prompt:
- name: "re6sttoken"
prompt: "\n\n
You are using the re6st automatic installer for PRODUCTION network.
\n\n
Your token
"
private: no
default: "notoken"
- name: "location"
prompt: 'Manually enter your location (ignore if you want it detected automatically, format is "country code,continent code", e.g. "FR,EU")'
private: no
default: ""
- name: "re6sttoken"
prompt: "Please insert your re6stnet token:"
private: no
default: "notoken"
- name: "enable_router_advertisement"
prompt: "Enable Router Advertisement"
private: no
default: 'no'
roles:
- { role: re6stnet-install }
- { role: re6stnet-ensure-running }
- role: routeadv
when: enable_router_advertisement == 'yes'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment