This commit is contained in:
Lino Silva
2024-10-12 20:48:09 +01:00
parent 2e868a6015
commit c487d5cec4
22 changed files with 173 additions and 57 deletions
+27
View File
@@ -0,0 +1,27 @@
---
# - hosts: localhost
# become: yes
# roles:
# - role: ghostfolio/provision/delete
# vars:
# vmid: 640
# - role: ghostfolio/provision/create
# vars:
# vmid: 640
# - role: ghostfolio/provision/start
# vars:
# vmid: 640
- hosts: purah
become: yes
roles:
- role: ghostfolio/enable-ssh
vars:
vmid: 640
- hosts: ghostfolio
become: yes
roles:
- role: ghostfolio/update
- role: ghostfolio/install-docker
- role: ghostfolio/install-app