feat(conduwuit): add ansible role

This commit is contained in:
2025-04-09 19:50:24 +02:00
parent fb741aa3af
commit 7ef8eec19c
12 changed files with 220 additions and 0 deletions

View File

@ -0,0 +1,15 @@
---
conduwuit_states:
- "present"
- "absent"
conduwuit_deployment_methods:
- "docker"
conduwuit_required_variables:
- "conduwuit_server_name"
conduwuit_conditionally_required_variables:
- name: "conduwuit_config_registration_token"
when: >-2
{{ conduwuit_config_allow_registration and
not (conduwuit_config_registration_token_file | str | length > 0) }}