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

Give a title to re6st certificate when installing through re6st playbook

parent 326de975
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
vars: vars:
- re6st_annon: False - re6st_annon: False
- computer_name: noname
- re6st_fingerprint: nofingerprint - re6st_fingerprint: nofingerprint
vars_prompt: vars_prompt:
...@@ -13,6 +12,11 @@ ...@@ -13,6 +12,11 @@
private: no private: no
default: "http://re6stnet.nexedi.com/" default: "http://re6stnet.nexedi.com/"
- name: "computer_name"
prompt: "Please give a title to your re6st certificate (e.g. your computer name):"
private: no
default: "noname"
- name: "re6sttoken" - name: "re6sttoken"
prompt: "Please insert your re6stnet token:" prompt: "Please insert your re6stnet token:"
private: no private: no
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
vars_prompt: vars_prompt:
- name: "computer_name" - name: "computer_name"
prompt: "Please insert your email or a name of this computer, it will be used to configure re6st:" prompt: "Please give a title to your re6st certificate (e.g. your computer name):"
private: no private: no
default: "noname" default: "noname"
......
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