Changed to webdav

This commit is contained in:
2026-07-11 16:22:08 +02:00
parent d2596306e4
commit a4615efa38
+3 -2
View File
@@ -43,6 +43,7 @@
user: "{{ nas_user }}"
password: "{{ nas_pass }}"
force_basic_auth: yes
body: "{{ lookup('file', '/tmp/config_' ~ inventory_hostname ~ '.txt') }}"
body_file: "/tmp/config_{{ inventory_hostname }}.txt"
status_code: 201, 204
validate_certs: no
validate_certs: no
delegate_to: "{{ inventory_hostname }}"