[reussi]
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
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
|
# Token full access gitea
|
||||||
bw_requested_password_id: 5d802abf-c2d6-4181-b9a5-28036d102245
|
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
|
||||||
@@ -88,10 +88,6 @@
|
|||||||
no_log: true
|
no_log: true
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- ansible.builtin.debug:
|
|
||||||
msg: "{{ gitea_token }}"
|
|
||||||
|
|
||||||
|
|
||||||
- ansible.builtin.git:
|
- ansible.builtin.git:
|
||||||
repo: https://{{ user }}:{{ gitea_token }}@gitea.jingoh.fr/{{ user }}/backup.git
|
repo: https://{{ user }}:{{ gitea_token }}@gitea.jingoh.fr/{{ user }}/backup.git
|
||||||
dest: "{{ playbook_dir }}/backup"
|
dest: "{{ playbook_dir }}/backup"
|
||||||
|
|||||||
Reference in New Issue
Block a user