Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Mar 3 21:15:58 2022 +0100

    chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
Robert Kaussow 2022-03-03 20:28:43 +00:00
parent d4dd9122a9
commit ce6f2fcc6d
1 changed files with 32 additions and 24 deletions

View File

@ -3,33 +3,35 @@ title: pve
type: docs
---
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.pve) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.pve?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.pve) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.pve/src/branch/master/LICENSE)
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.pve) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.pve?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.pve) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.pve/src/branch/master/LICENSE)
Basic role to configure a [Proxmox VE](https://www.proxmox.com/en/proxmox-ve) server. Proxmox VE is a complete open-source platform for all-inclusive enterprise virtualization that tightly integrates KVM hypervisor and LXC containers, software-defined storage and networking functionality on a single platform.
Basic role to configure a [Proxmox VE](https://www.proxmox.com/en/proxmox-ve) server. Proxmox VE is a complete open-source platform for all-inclusive enterprise virtualization that tightly integrates KVM hypervisor and LXC containers, software-defined storage and networking functionality on a single platform.
{{< hint warning >}} **WARNING**\ This role covers only some really basic configurations and is far away production ready. {{< /hint >}}
{{< hint warning >}} **WARNING**
This role covers only some really basic configurations and is far away production ready. {{< /hint >}}
* [Default Variables](#default-variables)
* [pve_auth_ldap_enabled](#pve_auth_ldap_enabled)
* [pve_auth_ldap_tfa_oath_enabled](#pve_auth_ldap_tfa_oath_enabled)
* [pve_auth_ldap_tfa_oath_pwlength](#pve_auth_ldap_tfa_oath_pwlength)
* [pve_auth_ldap_tfa_oath_timestep](#pve_auth_ldap_tfa_oath_timestep)
* [pve_auth_ldap_tfa_yubico_enabled](#pve_auth_ldap_tfa_yubico_enabled)
* [pve_auth_pam_description](#pve_auth_pam_description)
* [pve_auth_pam_is_default](#pve_auth_pam_is_default)
* [pve_auth_pam_tfa_oath_enabled](#pve_auth_pam_tfa_oath_enabled)
* [pve_auth_pam_tfa_yubico_enabled](#pve_auth_pam_tfa_yubico_enabled)
* [pve_auth_pve_description](#pve_auth_pve_description)
* [pve_auth_pve_is_default](#pve_auth_pve_is_default)
* [pve_auth_pve_tfa_oath_enabled](#pve_auth_pve_tfa_oath_enabled)
* [pve_auth_pve_tfa_yubico_enabled](#pve_auth_pve_tfa_yubico_enabled)
* [pve_disk_mount](#pve_disk_mount)
* [pve_nodes](#pve_nodes)
* [pve_pamd_motd_enabled](#pve_pamd_motd_enabled)
* [pve_tls_cert_source](#pve_tls_cert_source)
* [pve_tls_enabled](#pve_tls_enabled)
* [pve_tls_key_source](#pve_tls_key_source)
* [Dependencies](#dependencies)
- [Default Variables](#default-variables)
- [pve_auth_ldap_enabled](#pve_auth_ldap_enabled)
- [pve_auth_ldap_tfa_oath_enabled](#pve_auth_ldap_tfa_oath_enabled)
- [pve_auth_ldap_tfa_oath_pwlength](#pve_auth_ldap_tfa_oath_pwlength)
- [pve_auth_ldap_tfa_oath_timestep](#pve_auth_ldap_tfa_oath_timestep)
- [pve_auth_ldap_tfa_yubico_enabled](#pve_auth_ldap_tfa_yubico_enabled)
- [pve_auth_pam_description](#pve_auth_pam_description)
- [pve_auth_pam_is_default](#pve_auth_pam_is_default)
- [pve_auth_pam_tfa_oath_enabled](#pve_auth_pam_tfa_oath_enabled)
- [pve_auth_pam_tfa_yubico_enabled](#pve_auth_pam_tfa_yubico_enabled)
- [pve_auth_pve_description](#pve_auth_pve_description)
- [pve_auth_pve_is_default](#pve_auth_pve_is_default)
- [pve_auth_pve_tfa_oath_enabled](#pve_auth_pve_tfa_oath_enabled)
- [pve_auth_pve_tfa_yubico_enabled](#pve_auth_pve_tfa_yubico_enabled)
- [pve_disk_mount](#pve_disk_mount)
- [pve_nodes](#pve_nodes)
- [pve_pamd_motd_enabled](#pve_pamd_motd_enabled)
- [pve_tls_cert_source](#pve_tls_cert_source)
- [pve_tls_enabled](#pve_tls_enabled)
- [pve_tls_key_source](#pve_tls_key_source)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
---
@ -188,6 +190,12 @@ pve_tls_enabled: false
pve_tls_key_source: mykey.pem
```
## Discovered Tags
tls_renewal
: &nbsp;
## Dependencies
None.