1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins
inDane 7bbf32dc0e
Update proxmox.py (#8657)
* Update proxmox.py

Added an example to create a new container with more network options (with ipv6 static configuration)

* Update proxmox.py

Made the linter happy.

* cleaned up dictionaries

Changed dictionaries from this format:
netif: '{"net0":"name=eth0,g...
to this:
netif:
  net0: "name=eth0,g...

* Update proxmox.py

false intendation and trailing whitespaces
2024-08-01 17:11:52 +02:00
..
action Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
become Type options of become plugins (#8623) 2024-07-21 21:02:49 +02:00
cache Type options of cache plugins (#8624) 2024-07-28 13:09:46 +02:00
callback Type options of callback plugins (#8628) 2024-07-21 21:05:34 +02:00
connection Type options of connection plugins (#8627) 2024-07-21 21:04:53 +02:00
doc_fragments Add TLS certs params to redis (#8654) 2024-07-23 18:01:37 +02:00
filter New Plugins #8594 (#8595) 2024-07-13 13:32:36 +02:00
inventory Type options of inventory plugins (#8625) 2024-07-21 21:04:16 +02:00
lookup Type options of lookup plugins (#8626) 2024-07-21 21:03:41 +02:00
module_utils homebrew: Add support for services functions (#8329) 2024-08-01 17:11:23 +02:00
modules Update proxmox.py (#8657) 2024-08-01 17:11:52 +02:00
plugin_utils New Plugins #8594 (#8595) 2024-07-13 13:32:36 +02:00
test New Plugins #8594 (#8595) 2024-07-13 13:32:36 +02:00