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