9 lines
161 B
YAML
9 lines
161 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
become: true
|
|
roles:
|
|
- ansible-role-gitea
|
|
vars:
|
|
gitea_http_domain: localhost
|
|
gitea_root_url: http://localhost
|