11 lines
280 B
YAML
11 lines
280 B
YAML
# roles/gitea/defaults/main.yml
|
|
gitea_version: "latest"
|
|
gitea_container_name: "gitea"
|
|
gitea_data_path: "/opt/gitea"
|
|
gitea_port: 3000
|
|
postgres_host: "localhost"
|
|
postgres_port: 5432
|
|
postgres_db: "postgres"
|
|
postgres_user: "ansible"
|
|
postgres_password: "{{ vault_postgres_password }}"
|