1
0
Fork 0
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:
Aidan Fitzgerald 2018-10-18 12:41:16 -04:00
parent a6d4990079
commit 3ad8facee3

View file

@ -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
file:
path: "{{ gitea_root_directory }}"