mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
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:
parent
b1bb0f8809
commit
9c3c8b8ac4
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user