Added upsnap
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
become: yes
|
||||
roles:
|
||||
- role: upsnap/provision/delete
|
||||
- role: upsnap/provision/create
|
||||
- role: upsnap/provision/start
|
||||
vars:
|
||||
vmid: 638
|
||||
|
||||
- hosts: mipha
|
||||
become: yes
|
||||
roles:
|
||||
- role: upsnap/enable-ssh
|
||||
vars:
|
||||
vmid: 638
|
||||
|
||||
- hosts: upsnap
|
||||
become: yes
|
||||
roles:
|
||||
- role: upsnap/update
|
||||
- role: upsnap/install-docker
|
||||
- role: upsnap/install-app
|
||||
Reference in New Issue
Block a user