feat: Add DropOSS
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
become: yes
|
||||
roles:
|
||||
- role: 46-droposs/provision/delete
|
||||
vars:
|
||||
vmid: 646
|
||||
- role: 46-droposs/provision/create
|
||||
vars:
|
||||
vmid: 646
|
||||
- role: 46-droposs/provision/start
|
||||
vars:
|
||||
vmid: 646
|
||||
|
||||
- hosts: purah
|
||||
become: yes
|
||||
roles:
|
||||
- role: 46-droposs/enable-ssh
|
||||
vars:
|
||||
vmid: 646
|
||||
|
||||
- hosts: droposs
|
||||
become: yes
|
||||
roles:
|
||||
- role: 46-droposs/update
|
||||
- role: 46-droposs/install-docker
|
||||
- role: 46-droposs/install-app
|
||||
Reference in New Issue
Block a user