mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 07:28:33 +02:00
klal
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
- name: Include vault
|
||||
ansible.builtin.include_vars:
|
||||
file: jaydee.yml
|
||||
name: mysecrets
|
||||
- name: Delete content & directory
|
||||
ansible.builtin.file:
|
||||
state: absent
|
||||
@ -12,7 +13,7 @@
|
||||
tags:
|
||||
- git_pull
|
||||
ansible.builtin.git:
|
||||
repo: "https://{{ git_user | urlencode }}:{{ git_password_mqtt | urlencode }}@gitlab.sectorq.eu/jaydee/omv_backup.git"
|
||||
repo: "https://{{ mysecrets['git_user'] | urlencode }}:{{ mysecrets['git_password_mqtt'] | urlencode }}@gitlab.sectorq.eu/jaydee/omv_backup.git"
|
||||
dest: "{{ dest_folder }}"
|
||||
update: true
|
||||
clone: true
|
||||
|
Reference in New Issue
Block a user