10 lines
216 B
YAML
10 lines
216 B
YAML
---
|
|
- hosts: all
|
|
remote_user: root
|
|
roles:
|
|
- role-gitea
|
|
vars:
|
|
gitea_version: "1.18.0-rc1"
|
|
gitea_root_url: http://192.168.1.142:3000
|
|
gitea_http_listen: 0.0.0.0
|
|
gitea_http_domain: 192.168.1.142 |