Commit 45054798 authored by Arnaud Véron's avatar Arnaud Véron

Add promptless slapos installation playbook

parent 80690b3c
- name: a play that runs entirely on the ansible host
hosts: 127.0.0.1
connection: local
vars:
- computer_name: noname
- slapostoken: notoken
- interface_name: lo
- partition_number: 10
vars_files:
- settings/slapos-master.yml
roles:
- { role: slapos, package_state: present }
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