mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 14:33:52 +07:00
Add microstack role
This commit is contained in:
parent
64b7117e6a
commit
c4b195668a
@ -2,4 +2,5 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
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