mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Add microstack role
This commit is contained in:
parent
64b7117e6a
commit
c4b195668a
@ -2,4 +2,5 @@
|
||||
- hosts: all
|
||||
become: yes
|
||||
roles:
|
||||
- { role: opennebula }
|
||||
- { role: prerequisite }
|
||||
- { role: microstack }
|
||||
|
6
roles/microstack/tasks/main.yml
Normal file
6
roles/microstack/tasks/main.yml
Normal file
@ -0,0 +1,6 @@
|
||||
- name: Install microstack
|
||||
snap:
|
||||
name: microstack
|
||||
state: present
|
||||
channel: latest/edge
|
||||
classic: yes
|
Loading…
Reference in New Issue
Block a user