mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Separate home directory with comment
This commit is contained in:
parent
f64a5bc718
commit
d3d47fc3a5
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ gitea_gpg_key: 7C9E68152594688862D62AF62D9AE806EC1592E2
|
||||||
|
|
||||||
# Information needed to run Gitea
|
# Information needed to run Gitea
|
||||||
gitea_user: 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_run_directory: "{{ gitea_root_directory }}"
|
||||||
gitea_db_directory: "/library/dbdata/gitea"
|
gitea_db_directory: "/library/dbdata/gitea"
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
name: gitea
|
name: gitea
|
||||||
comment: Gitea daemon account
|
comment: Gitea daemon account
|
||||||
groups: gitea
|
groups: gitea
|
||||||
home: "{{ gitea_root_directory }}"
|
home: "{{ gitea_home }}"
|
||||||
tags:
|
tags:
|
||||||
- pre-install
|
- pre-install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue