feat(cinny): add ansible role

This commit is contained in:
2024-09-19 18:04:30 +02:00
parent 6790f4d2d3
commit dedbb72b70
21 changed files with 439 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