1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Separate home directory with comment

This commit is contained in:
Aidan Fitzgerald 2019-03-06 21:19:46 -05:00
parent f64a5bc718
commit d3d47fc3a5
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ gitea_gpg_key: 7C9E68152594688862D62AF62D9AE806EC1592E2
# Information needed to run Gitea
gitea_user: gitea
gitea_home: "{{ gitea_root_directory }}"
gitea_home: "/home/{{ gitea_user }}" # SSH credentials stored here
gitea_run_directory: "{{ gitea_root_directory }}"
gitea_db_directory: "/library/dbdata/gitea"

View file

@ -12,7 +12,7 @@
name: gitea
comment: Gitea daemon account
groups: gitea
home: "{{ gitea_root_directory }}"
home: "{{ gitea_home }}"
tags:
- pre-install