mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Create Gitea user
This commit is contained in:
parent
a6d4990079
commit
3ad8facee3
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
- name: Create user gitea
|
||||||
|
user:
|
||||||
|
name: gitea
|
||||||
|
comment: Gitea daemon account
|
||||||
|
groups: gitea
|
||||||
|
home: "{{ gitea_root_directory }}"
|
||||||
|
|
||||||
- name: Create Gitea root directory
|
- name: Create Gitea root directory
|
||||||
file:
|
file:
|
||||||
path: "{{ gitea_root_directory }}"
|
path: "{{ gitea_root_directory }}"
|
||||||
|
|
Loading…
Reference in a new issue