Commit 5bc74ebf authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Łukasz Nowak

playbook: Prompt for SlapOS master URLs

Defaults are kept, as in settings/vifib.yml
parent 09d5c04a
......@@ -6,6 +6,16 @@
- settings/vifib.yml
vars_prompt:
- name: "slapos_master_url"
prompt: "What is the url to the SlapOS Master API? (ignore if you already have a configured re6st and slapos):"
private: no
default: "https://slap.vifib.com/"
- name: "slapos_web_master_url"
prompt: "What is the url to the SlapOS Master Website? (ignore if you already have a configured re6st and slapos):"
private: no
default: "https://slapos.vifib.com/"
- name: "computer_name"
prompt: "What is this computer name? (ignore if you already have a configured re6st and slapos):"
private: no
......
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