feat(cinny): add ansible role

This commit is contained in:
2024-09-19 15:37:04 +02:00
commit 43a4c2a17f
25 changed files with 1055 additions and 0 deletions

17
roles/cinny/vars/main.yml Normal file
View File

@ -0,0 +1,17 @@
---
cinny_states:
- present
- absent
cinny_deployment_methods:
- docker
- podman
- nginx
- caddy
- apache2
- tarball
cinny_needs_tarball:
- nginx
- caddy
- apache2