community.general/plugins
Nils cee62a4069
Proxmox remote pct connection (#8424)
* First Revision (squashed)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Second Revision (squashed)

* implement data_in

* Removed quot()
There is no need for quoting, exec_command gets the command already quoted with shell from Ansible

* Use shell from self._shell

* Improved error handling

* updated docs

* Use Int for Container ID

* Updated docs to include detailed description for non root usage

* Fix ansible_user var in example

* Fix become method
We need to differentiate between become method used in Proxmox and the one inside the container.

* Implement review findings
- f-Strings
- lower() when input
- yaml indent
- consistent quotes
- use to_text()
- Enhanced examples
- Ansibullbot findings

* remove ssh cache

* Ensure we delete the tempfile

* use octal mode

* Use FileLock().lock_file

* ansibullbot findings

* refactor _connect()

* Update plugins/connection/pct_remote.py

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

* renamed plugin to proxmox_pct_remote

* Use ansible.builtin.ping as example

* added unit tests

* fixed bugs in close()

* catch invalid host key

* test invalid host key

* Added integration test

* cleanup

* setup test via ansible

* Revised notes based on review feedback

* Review findings
Co-authored-by: Felix Fontein <felix@fontein.de>

* gather_facts hint in example

* Update tests/integration/targets/connection_proxmox_pct_remote/aliases

Co-authored-by: Felix Fontein <felix@fontein.de>

* Fix FreeBSD, deactivate macOS

* Test and Fix: Hang on copy with empty content

---------

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-01-18 16:27:06 +01:00
..
action plugins: replace to_native(), to_text(), str() with str() where possible or leave it away in f-string formatting (#9379) 2024-12-28 22:47:18 +01:00
become plugins (become, callback, filter): style adjustments (#9535) 2025-01-07 06:33:28 +01:00
cache normalize docs in cache/connection plugins (#9453) 2024-12-29 13:34:33 +01:00
callback plugins (become, callback, filter): style adjustments (#9535) 2025-01-07 06:33:28 +01:00
connection Proxmox remote pct connection (#8424) 2025-01-18 16:27:06 +01:00
doc_fragments (abc*, doc frags): style adjustments (#9534) 2025-01-06 21:50:53 +01:00
filter plugins (become, callback, filter): style adjustments (#9535) 2025-01-07 06:33:28 +01:00
inventory Fix #9538 Inventory iocage fails when DHCP is enabled (#9539) 2025-01-13 18:08:23 +01:00
lookup Docs: fix its vs. it's (#9442) 2024-12-29 13:29:58 +01:00
module_utils Redfish: implement obtaining AccountService config (#9403) 2025-01-02 16:26:31 +01:00
modules add filter support for one_template module (#9547) 2025-01-15 20:30:52 +01:00
plugin_utils plugins: replace to_native(), to_text(), str() with str() where possible or leave it away in f-string formatting (#9379) 2024-12-28 22:47:18 +01:00
test New Plugins #8594 (#8595) 2024-07-13 13:32:36 +02:00