feat(cinny): add ansible role

This commit is contained in:
2024-09-19 15:37:04 +02:00
commit 62346d61a8
22 changed files with 1032 additions and 0 deletions

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

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