mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-25 18:23:05 +01:00
Variable documentation (#606)
* docs: first modules' variable docs table * docs: variables for k3s_server_post * docs: lxc and prereq vars in README * style: lint errors * docs: argument_specs for proxmox_lxc * docs: last variables found added to the README
This commit is contained in:
9
roles/proxmox_lxc/meta/main.yml
Normal file
9
roles/proxmox_lxc/meta/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
argument_specs:
|
||||
main:
|
||||
short_description: Proxmox LXC settings
|
||||
options:
|
||||
proxmox_lxc_ct_ids:
|
||||
description: Proxmox container ID list
|
||||
type: list
|
||||
required: true
|
||||
Reference in New Issue
Block a user