added kms server
This commit is contained in:
parent
c6e9bd2ac6
commit
d2b6d0942d
4 changed files with 7 additions and 101 deletions
|
@ -20,7 +20,7 @@
|
|||
group: 1000
|
||||
- name: Copy app.ini
|
||||
template:
|
||||
src: "{{ role_path }}/files/app.ini"
|
||||
src: "{{ role_path }}/templates/app.ini"
|
||||
dest: /apps/gitea/conf/app.ini
|
||||
register: config
|
||||
- name: Start the Docker Compose
|
||||
|
|
Reference in a new issue