collection of ansible roles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
gitea_fqdn: "{{ ansible_fqdn }}"
|
|
gitea_httpd: True
|
|
gitea_admins:
|
|
- name: gitea_admin
|
|
email: root@localhost
|
|
password: CHANGEME
|
|
gitea_tls_cert: "{{ webserver_tls_cert|default(false) }}"
|
|
gitea_tls_key: "{{ webserver_tls_key|default(false) }}"
|
|
|