Commit 631e6dd1 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

playbook: fix other playbooks after adding partition_number option

also remove slapos-test-node playbook as we don't need it anymore
parent 6561a7e1
......@@ -4,4 +4,5 @@ re6st_fingerprint: sha256:19f072ec13ae08bb9b3b2a9ff6cd21811fb4fc306f9046b548ea48
slapos_master_url: https://slap.imt.vifib.com/
slapos_web_master_url: https://master.slapos.teralab-datascience.fr/
interface_name: lo
partition_number: 10
re6st_annon: False
......@@ -4,5 +4,6 @@ re6st_fingerprint: sha256:73e364f2b7ab19335932dfc6514eab518b06a6b5d9b48dea5bcd61
slapos_master_url: https://slap.vifib.com/
slapos_web_master_url: https://slapos.vifib.com/
interface_name: lo
partition_number: 10
re6st_annon: True
re6sttoken: noname
- name: a play that runs entirely on the ansible host
hosts: 127.0.0.1
connection: local
vars_files:
- settings/vifib.yml
- settings/slapos-master.yml
vars:
interface_name: eth0
vars_prompt:
- name: "computer_name"
prompt: "What is this computer name? (ignore if you already have a configured re6st and slapos):"
private: no
default: "noname"
- name: "slapostoken"
prompt: "If you have slapos token if you have (ignore if you already have a configured slapos):"
private: no
default: "notoken"
roles:
- { role: slapos, package_state: present }
- vifib-team-ssh-key
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