2023-07-06 15:54:47 +00:00
|
|
|
galaxy_info:
|
|
|
|
namespace: ykn
|
|
|
|
author: pulsar89.5
|
2023-07-06 15:56:19 +00:00
|
|
|
description: Rôle de déploiement de gitea
|
2023-07-06 15:54:47 +00:00
|
|
|
|
|
|
|
license: GPL-3.0-or-later
|
|
|
|
|
|
|
|
min_ansible_version: '2.1'
|
|
|
|
|
|
|
|
platforms:
|
|
|
|
- name: Debian
|
|
|
|
versions:
|
|
|
|
- all
|
|
|
|
|
2023-07-06 15:56:19 +00:00
|
|
|
dependencies:
|
|
|
|
- role: users
|
|
|
|
vars:
|
|
|
|
users_role_gitea:
|
|
|
|
- name: gitea
|
|
|
|
comment: Dedicated GiTea user
|
|
|
|
update_password: on_create
|
|
|
|
password_lock: true
|
|
|
|
shell: /bin/bash
|
|
|
|
extras:
|
|
|
|
authorized_keys:
|
|
|
|
- command="/opt/gitea/gitea.bin --config='/opt/gitea/custom/conf/app.ini' serv key-1",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty
|