doc: Update Ansible section with incus-client details

Added information about using the 'incus-client' package for Ansible
connections, as it took a while to find this information and doesnt
refernce for the ubuntu installation (though it is
[mentioned](https://linuxcontainers.org/incus/docs/main/installing/) for
the default `Alpine` distro after looking here)

Signed-off-by: chrisjsimpson <chris15leicester@gmail.com>
This commit is contained in:
chrisjsimpson 2026-05-16 19:26:18 +01:00 committed by Stéphane Graber
parent b1bb0f8809
commit 9c3c8b8ac4
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -14,7 +14,7 @@ The integration with Incus is done through a [dedicated provider](https://github
[Ansible](https://www.ansible.com) is an infrastructure as code tool with particular focus on software provisioning and configuration management.
It does most of its work by first connecting to the system that it's deploying software on.
To do that, it can connect over SSH and a variety of other protocols, one of which is [Incus](https://docs.ansible.com/ansible/latest/collections/community/general/incus_connection.html).
To do that, it can connect over SSH and a variety of other protocols, one of which is [Incus](https://docs.ansible.com/ansible/latest/collections/community/general/incus_connection.html). When using the Incus Ansible connection type with a remote Incus server, you may benefit from using the `incus-client` package rather than the full Incus package when such a package is available in your distribution.
That allows for easily deploying software inside of Incus instances without needing to first setup SSH.