homelab/comfycamp.yml

8 lines
224 B
YAML
Raw Normal View History

2024-10-05 15:37:17 +05:00
---
- hosts: webservers
roles:
- name: comfycamp
postgresql_password: "{{ comfycamp_postgresql_password }}"
jwt_secret: "{{ comfycamp_jwt_secret }}"
secret_key_base: "{{ comfycamp_secret_key_base }}"