mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
module lxd_container - added target parameter for cluster deployments (#711)
* module lxd_container - added target support for LXD cluster deployments. https://github.com/ansible-collections/community.general/issues/637 * lxd_container.py fixed PEP8 issues. * Update plugins/modules/cloud/lxd/lxd_container.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/cloud/lxd/lxd_container.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/cloud/lxd/lxd_container.py Added type: str for target parameter description. Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> * lxd_container.py - added example of using target parameter * lxd_container.py - fixed PEP8 issue, trailing whitespace. * Update plugins/modules/cloud/lxd/lxd_container.py Cosmetic fix, adding newline between two blocks of examples. Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
95531d24ea
commit
6df7fd3026
2 changed files with 46 additions and 2 deletions
2
changelogs/fragments/711-lxd-target.yml
Normal file
2
changelogs/fragments/711-lxd-target.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- lxd_container - added support of ``--target`` flag for cluster deployments (https://github.com/ansible-collections/community.general/issues/637).
|
Loading…
Add table
Add a link
Reference in a new issue