fix ansible-lint errors

This commit is contained in:
Sergey Malyuk
2025-12-16 18:15:47 +03:00
parent fbd36ee3fc
commit 8d3b9618f6
5 changed files with 24 additions and 24 deletions

View File

@@ -31,9 +31,9 @@
group: root
roles:
- role: genlab.sftp_share
- role: genlab.common.sftp_share
sftp_username: "testusr"
sftp_pubkey: "{{ lookup('file', 'ssh/id_ed25519.pub') }}"
sftp_root: "/primary/data"
sftp_transfers_groupname: "testgrp"
sftp_permissions: "open,close,read,lstat,fstat,opendir,readdir,realpath,stat" # read-only
sftp_share_permissions: "open,close,read,lstat,fstat,opendir,readdir,realpath,stat" # read-only