mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00: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:
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).
|
||||
Reference in New Issue
Block a user