Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techdad/puppet-vz_console
Puppet module to enable OpenVZ console (primarily for pve 3.x containers).
https://github.com/techdad/puppet-vz_console
openvz-console proxmox puppet
Last synced: about 1 month ago
JSON representation
Puppet module to enable OpenVZ console (primarily for pve 3.x containers).
- Host: GitHub
- URL: https://github.com/techdad/puppet-vz_console
- Owner: techdad
- License: apache-2.0
- Created: 2016-07-30T12:09:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T09:16:34.000Z (over 3 years ago)
- Last Synced: 2024-04-23T22:19:42.261Z (7 months ago)
- Topics: openvz-console, proxmox, puppet
- Language: Ruby
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenVZ console (vz_console)
#### Table of Contents
1. [Description](#description)
1. [Usage - Configuration options and additional functionality](#usage)
1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)
1. [Development - Guide for contributing to the module](#development)
1. [Roadmap - The whishlist/to do loist for module development](#roadmap)## Description
Enable the OpenVZ login console.
* Primarily targetted at Proxmox PVE 3.x containers.
* Initial version is for *Centos / RHEL 6.x only!*## Usage
Very simple, just include the class:
```
node default {include vz_console
}
```## Reference
There are no variables to set, this module is a direct puppet implementation of the instructions at: [pve.proxmox.com/wiki/OpenVZ_Console](https://pve.proxmox.com/wiki/OpenVZ_Console).
## Development
Just send a pull request.
## Roadmap
Add support for other distributions and releases (CentOS/RHEL 7.x, Debian, Ubunutu, etc.)