• Python 99.3%
  • Shell 0.7%
Find a file
2026-07-28 10:55:35 +02:00
.agents test(integration): add helper script to run tests on dockerized proxmox (#457) 2026-07-08 22:54:12 +02:00
.github chore(deps): bump actions/checkout from 6 to 7 in the ci group (#462) 2026-06-22 21:54:11 +02:00
changelogs Allow password change with local backend, closes #482 (#484) 2026-07-28 10:55:35 +02:00
docs/docsite docs: add guide for module authentification (#322) 2026-03-17 20:43:13 +01:00
LICENSES Set up basic collection infrastructure (#3) 2025-04-29 16:09:09 +02:00
meta refactor(proxmox_firewall): rename modules to clarify usage (#450) 2026-06-18 23:20:00 +02:00
plugins Allow password change with local backend, closes #482 (#484) 2026-07-28 10:55:35 +02:00
tests feat(proxmox_storage): Implement diff and update functionality and some more storage types (#476) 2026-07-25 21:29:24 +02:00
.gitignore test: add a shared task to setup proxmox auth vars (#395) 2026-04-20 23:18:06 +02:00
.pre-commit-config.yaml chore: add pre-commit (#385) 2026-04-06 22:07:50 +02:00
AGENTS.md test(integration): add helper script to run tests on dockerized proxmox (#457) 2026-07-08 22:54:12 +02:00
antsibull-nox.toml Update ruff.toml with new linting rules (#274) 2026-01-31 22:11:30 +01:00
CHANGELOG.md Release 2.0.0 commit (#436) 2026-05-21 10:11:59 +02:00
CHANGELOG.md.license Set up basic collection infrastructure (#3) 2025-04-29 16:09:09 +02:00
CHANGELOG.rst Release 2.0.0 commit (#436) 2026-05-21 10:11:59 +02:00
CHANGELOG.rst.license Set up basic collection infrastructure (#3) 2025-04-29 16:09:09 +02:00
CODE_OF_CONDUCT.md Set up basic collection infrastructure (#3) 2025-04-29 16:09:09 +02:00
CONTRIBUTING.md test(integration): add helper script to run tests on dockerized proxmox (#457) 2026-07-08 22:54:12 +02:00
COPYING Set up basic collection infrastructure (#3) 2025-04-29 16:09:09 +02:00
galaxy.yml Update galaxy.yml with next expected version 2026-05-21 10:17:11 +02:00
noxfile.py Format all collection files according to the current ruff config (#279) 2026-02-12 22:23:52 +01:00
README.md Fix typo in README.md mission statement (#409) 2026-04-21 08:55:34 +02:00
REUSE.toml Set up basic collection infrastructure (#3) 2025-04-29 16:09:09 +02:00
ruff.toml Format all collection files according to the current ruff config (#279) 2026-02-12 22:23:52 +01:00

Community Proxmox Collection

Nox CI

You can find documentation for this collection on the Ansible docs site.

Our mission

The Ansible Proxmox community team's mission is to make automating Proxmox with Ansible nicer, better and more automated than ever!

We welcome members from all skill levels to participate actively in our open, inclusive, and vibrant community. Whether you are an expert or just beginning your journey with Ansible and Proxmox, you are encouraged to contribute, share insights, and collaborate with fellow enthusiasts!

Using this collection

External requirements

In order to use the modules in this collection, you'll need:

  • Python >= 3.7
  • Proxmoxer >= 2.3
  • requests

To install these dependencies, you'll need to run pip install proxmoxer>=2.0 requests or a similar command with your preferred python package manager in your current working environment.

This collection is tested with ansible-core 2.17-2.20 and the current development version of ansible-core.

Installing the Collection from Ansible Galaxy

Before using this collection, you need to install it with the Ansible Galaxy command-line tool:

ansible-galaxy collection install community.proxmox

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: community.proxmox

Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically when you upgrade the ansible package. To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install community.proxmox --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install version 0.1.0:

ansible-galaxy collection install community.proxmox:==0.1.0

See using Ansible collections for more details.

Release notes

See the changelog.

Contributing to this collection

The content of this collection is made by people like you, a community of individuals collaborating on making the world better through developing automation software.

We are actively accepting new contributors and all types of contributions are very welcome.

Don't know how to start? Refer to the Contribution Guide.

Code of Conduct

We follow the Ansible Code of Conduct in all our interactions within this project.

If you encounter abusive behavior, please refer to the policy violations section of the Code for information on how to raise a complaint.

Communication

For more information about communication, see the Ansible communication guide.

Collection maintenance

To learn how to maintain/become a maintainer of this collection, refer to the Maintainer guidelines.

It is necessary for maintainers of this collection to be subscribed to:

They also should be subscribed to Ansible's The Bullhorn newsletter.

Governance

The process of decision making in this collection is based on discussing and finding consensus among participants.

Every voice is important. If you have something on your mind, create an issue or dedicated discussion and let's discuss it!

More information

Licensing

GNU General Public License v3.0 or later.

See LICENSES/GPL-3.0-or-later.txt for the full text.

Parts of the collection are licensed under the BSD 2-Clause license.

All files have a machine readable SDPX-License-Identifier: comment denoting its respective license(s) or an equivalent entry in an accompanying .license file. Only changelog fragments (which will not be part of a release) are covered by a blanket statement in REUSE.toml. This conforms to the REUSE specification.