[PR #9743/94e15110 backport][stable-10] incus_connection: Allow non-root users to connect to an instance (#9765)

incus_connection: Allow non-root users to connect to an instance (#9743)

* feat: add remote_user option to incus connection

* feat: add changelog fragment

* fix: formatting

(cherry picked from commit 94e1511005)

Co-authored-by: Peter Siegel <33677897+yeetypete@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2025-02-17 07:55:37 +01:00 committed by GitHub
commit 35d6ab10bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 102 additions and 15 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- incus connection plugin - adds ``remote_user`` and ``incus_become_method`` parameters for allowing a non-root user to connect to an Incus instance (https://github.com/ansible-collections/community.general/pull/9743).