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