commit 1d22ae5131
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:
parent
d4dd9122a9
commit
ce6f2fcc6d
52
index.md
52
index.md
@ -7,29 +7,31 @@ type: docs
|
|||||||
|
|
||||||
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)
|
- [Default Variables](#default-variables)
|
||||||
* [pve_auth_ldap_enabled](#pve_auth_ldap_enabled)
|
- [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_enabled](#pve_auth_ldap_tfa_oath_enabled)
|
||||||
* [pve_auth_ldap_tfa_oath_pwlength](#pve_auth_ldap_tfa_oath_pwlength)
|
- [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_oath_timestep](#pve_auth_ldap_tfa_oath_timestep)
|
||||||
* [pve_auth_ldap_tfa_yubico_enabled](#pve_auth_ldap_tfa_yubico_enabled)
|
- [pve_auth_ldap_tfa_yubico_enabled](#pve_auth_ldap_tfa_yubico_enabled)
|
||||||
* [pve_auth_pam_description](#pve_auth_pam_description)
|
- [pve_auth_pam_description](#pve_auth_pam_description)
|
||||||
* [pve_auth_pam_is_default](#pve_auth_pam_is_default)
|
- [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_oath_enabled](#pve_auth_pam_tfa_oath_enabled)
|
||||||
* [pve_auth_pam_tfa_yubico_enabled](#pve_auth_pam_tfa_yubico_enabled)
|
- [pve_auth_pam_tfa_yubico_enabled](#pve_auth_pam_tfa_yubico_enabled)
|
||||||
* [pve_auth_pve_description](#pve_auth_pve_description)
|
- [pve_auth_pve_description](#pve_auth_pve_description)
|
||||||
* [pve_auth_pve_is_default](#pve_auth_pve_is_default)
|
- [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_oath_enabled](#pve_auth_pve_tfa_oath_enabled)
|
||||||
* [pve_auth_pve_tfa_yubico_enabled](#pve_auth_pve_tfa_yubico_enabled)
|
- [pve_auth_pve_tfa_yubico_enabled](#pve_auth_pve_tfa_yubico_enabled)
|
||||||
* [pve_disk_mount](#pve_disk_mount)
|
- [pve_disk_mount](#pve_disk_mount)
|
||||||
* [pve_nodes](#pve_nodes)
|
- [pve_nodes](#pve_nodes)
|
||||||
* [pve_pamd_motd_enabled](#pve_pamd_motd_enabled)
|
- [pve_pamd_motd_enabled](#pve_pamd_motd_enabled)
|
||||||
* [pve_tls_cert_source](#pve_tls_cert_source)
|
- [pve_tls_cert_source](#pve_tls_cert_source)
|
||||||
* [pve_tls_enabled](#pve_tls_enabled)
|
- [pve_tls_enabled](#pve_tls_enabled)
|
||||||
* [pve_tls_key_source](#pve_tls_key_source)
|
- [pve_tls_key_source](#pve_tls_key_source)
|
||||||
* [Dependencies](#dependencies)
|
- [Discovered Tags](#discovered-tags)
|
||||||
|
- [Dependencies](#dependencies)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -188,6 +190,12 @@ pve_tls_enabled: false
|
|||||||
pve_tls_key_source: mykey.pem
|
pve_tls_key_source: mykey.pem
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Discovered Tags
|
||||||
|
|
||||||
|
tls_renewal
|
||||||
|
:
|
||||||
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
None.
|
None.
|
||||||
|
Loading…
Reference in New Issue
Block a user