Ansible Tasks and Roles to perform bootstrap and configuration of a proxmox server.
Find a file
2025-08-03 15:49:48 +00:00
.github/workflows Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
changelogs Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
docs Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
extensions Docker driver test 2025-08-03 15:49:48 +00:00
meta Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
plugins Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
tests Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
.gitignore Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
.isort.cfg Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
.pre-commit-config.yaml Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
.prettierignore Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
ansible.cfg Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
CHANGELOG.rst Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
CODE_OF_CONDUCT.md Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
CONTRIBUTING Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
devfile.yaml Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
galaxy.yml Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
LICENSE Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
MAINTAINERS Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
pyproject.toml Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
README.md Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
requirements.txt Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
test-requirements.txt Add proxmox role skeleton 2025-08-03 13:13:36 +00:00
tox-ansible.ini Add proxmox role skeleton 2025-08-03 13:13:36 +00:00

Littleroot Proxmox Collection

This repository contains the littleroot.proxmox Ansible Collection.

External requirements

Some modules and plugins require external libraries. Please check the requirements for each plugin or module you use in the documentation to find out which requirements are needed.

Included content

Using this collection

    ansible-galaxy collection install littleroot.proxmox

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

collections:
  - name: littleroot.proxmox

To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install littleroot.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 where X.Y.Z can be any available version:

ansible-galaxy collection install littleroot.proxmox:==X.Y.Z

See Ansible Using Collections for more details.

Release notes

See the changelog.

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.