[Update gitea runner]
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
user_mail: "{{ lookup('env', 'mail') }}"
|
user_mail: "{{ lookup('env', 'mail') }}"
|
||||||
user: "{{ lookup('env', 'username') }}"
|
user: "{{ lookup('env', 'username') }}"
|
||||||
# Token full access gitea
|
# Token full access gitea
|
||||||
bw_requested_password_id: 34fe88a0-e9f0-42d1-9433-f75787327f4e
|
# bw_requested_password_id: 34fe88a0-e9f0-42d1-9433-f75787327f4e
|
||||||
dockerapps_path: /opt/dockerapps
|
dockerapps_path: /opt/dockerapps
|
||||||
gitea_conf: /appdata/gitea/gitea/
|
gitea_conf: /appdata/gitea/gitea/
|
||||||
gitea_db: /appdata/gitea/gitea-db/gitea-db-pg.sql
|
gitea_db: /appdata/gitea/gitea-db/gitea-db-pg.sql
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
bw_client_secret: "{{ lookup('env', 'bw_client_secret') }}"
|
bw_client_secret: "{{ lookup('env', 'bw_client_secret') }}"
|
||||||
bw_client_password: "{{ lookup('env', 'bw_client_password') }}"
|
bw_client_password: "{{ lookup('env', 'bw_client_password') }}"
|
||||||
bw_client_id: "{{ lookup('env', 'bw_client_id') }}"
|
bw_client_id: "{{ lookup('env', 'bw_client_id') }}"
|
||||||
|
# Token full access gitea
|
||||||
|
# bw_requested_password_id: 34fe88a0-e9f0-42d1-9433-f75787327f4e
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
scan.yml
2
scan.yml
@@ -6,7 +6,7 @@
|
|||||||
gather_facts: false
|
gather_facts: false
|
||||||
vars:
|
vars:
|
||||||
vaultwarden_url: "https://vault.jingoh.fr"
|
vaultwarden_url: "https://vault.jingoh.fr"
|
||||||
bw_requested_password_id: 34fe88a0-e9f0-42d1-9433-f75787327f4e
|
# bw_requested_password_id: 34fe88a0-e9f0-42d1-9433-f75787327f4e
|
||||||
bw_client_secret: "{{ lookup('env', 'bw_client_secret') }}"
|
bw_client_secret: "{{ lookup('env', 'bw_client_secret') }}"
|
||||||
bw_client_password: "{{ lookup('env', 'bw_client_password') }}"
|
bw_client_password: "{{ lookup('env', 'bw_client_password') }}"
|
||||||
bw_client_id: "{{ lookup('env', 'bw_client_id') }}"
|
bw_client_id: "{{ lookup('env', 'bw_client_id') }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user