mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-19 19:30:22 -07:00
LXD moved to Canonical (#7332)
* plugins/inventory/lxd: update links to doc Signed-off-by: Simon Deziel <simon.deziel@canonical.com> * plugins/modules/lxd_container: update links to doc Signed-off-by: Simon Deziel <simon.deziel@canonical.com> * plugins/modules/lxd_profile: update links to doc Signed-off-by: Simon Deziel <simon.deziel@canonical.com> * plugins/modules/lxd_project: update links to doc Signed-off-by: Simon Deziel <simon.deziel@canonical.com> --------- Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
This commit is contained in:
parent
cda6fc956f
commit
160e00e5b9
4 changed files with 23 additions and 20 deletions
|
@ -47,7 +47,7 @@ DOCUMENTATION = r'''
|
|||
- You need to set this password on the lxd server before
|
||||
running this module using the following command
|
||||
C(lxc config set core.trust_password <some random password>)
|
||||
See U(https://www.stgraber.org/2016/04/18/lxd-api-direct-interaction/).
|
||||
See U(https://documentation.ubuntu.com/lxd/en/latest/authentication/#adding-client-certificates-using-a-trust-password).
|
||||
- If O(trust_password) is set, this module send a request for authentication before sending any requests.
|
||||
type: str
|
||||
state:
|
||||
|
@ -359,7 +359,7 @@ class InventoryModule(BaseInventoryPlugin):
|
|||
Kwargs:
|
||||
None
|
||||
Source:
|
||||
https://github.com/lxc/lxd/blob/master/doc/rest-api.md
|
||||
https://documentation.ubuntu.com/lxd/en/latest/rest-api/
|
||||
Raises:
|
||||
None
|
||||
Returns:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue