Add microstack role

This commit is contained in:
Khue Doan 2020-10-11 00:11:34 +07:00
parent 64b7117e6a
commit c4b195668a
2 changed files with 8 additions and 1 deletions

View File

@ -2,4 +2,5 @@
- hosts: all
become: yes
roles:
- { role: opennebula }
- { role: prerequisite }
- { role: microstack }

View File

@ -0,0 +1,6 @@
- name: Install microstack
snap:
name: microstack
state: present
channel: latest/edge
classic: yes