Commit 5e22ea70 authored by Rafael Monnerat's avatar Rafael Monnerat

Add initial sample

parent 2bb549a1
[targets]
localhost ansible_connection=local
- name: a play that runs entirely on the ansible host
hosts: 127.0.0.1
connection: local
tasks:
- name: Install slapos-node
apt: name=slapos-node state=present update_cache=yes cache_valid_time=3600
- name: Install re6stnet
apt: name=re6stnet state=present update_cache=yes cache_valid_time=3600
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