[Add request password id]
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
user_mail: "{{ lookup('env', 'mail') }}"
|
||||
user: "{{ lookup('env', 'username') }}"
|
||||
# Token full access gitea
|
||||
bw_requested_password_id: 34fe88a0-e9f0-42d1-9433-f75787327f4e
|
||||
bw_requested_password_id: "{{ lookup('env', 'bw_requested_password_id') }}"
|
||||
# 34fe88a0-e9f0-42d1-9433-f75787327f4e
|
||||
dockerapps_path: /opt/dockerapps
|
||||
gitea_conf: /appdata/gitea/gitea/
|
||||
gitea_db: /appdata/gitea/gitea-db/gitea-db-pg.sql
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
bw_client_password: "{{ lookup('env', 'bw_client_password') }}"
|
||||
bw_client_id: "{{ lookup('env', 'bw_client_id') }}"
|
||||
# Token gitea runner
|
||||
bw_requested_password_id: b8decb1a-222d-402c-a882-f70c191ba936
|
||||
bw_requested_password_id: "{{ lookup('env', 'bw_requested_password_id') }}"
|
||||
# b8decb1a-222d-402c-a882-f70c191ba936
|
||||
tasks:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user