mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
28 lines
No EOL
411 B
YAML
28 lines
No EOL
411 B
YAML
---
|
|
- import_tasks: prerequisites.yml
|
|
tags: prerequisites
|
|
|
|
- import_tasks: hcloud-csi.yml
|
|
tags: hcloud-csi
|
|
|
|
- import_tasks: rook.yml
|
|
tags: rook
|
|
|
|
- import_tasks: cert-manager.yml
|
|
tags: cert-manager
|
|
|
|
- import_tasks: searx.yml
|
|
tags: searx
|
|
|
|
|
|
- include_tasks:
|
|
file: wiki.yml
|
|
apply:
|
|
tags:
|
|
- wiki
|
|
vars:
|
|
wiki_instance: "{{ item }}"
|
|
loop:
|
|
- anderia
|
|
- arkadia
|
|
tags: wiki |