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:
@@ -19,14 +19,19 @@ argument_specs:
|
||||
|
||||
proxy_env:
|
||||
type: dict
|
||||
description: Internet proxy configurations
|
||||
description:
|
||||
- Internet proxy configurations.
|
||||
- See https://docs.k3s.io/advanced#configuring-an-http-proxy for details
|
||||
default: ~
|
||||
options:
|
||||
HTTP_PROXY:
|
||||
description: HTTP internet proxy
|
||||
required: true
|
||||
HTTPS_PROXY:
|
||||
description: HTTPS internet proxy
|
||||
required: true
|
||||
NO_PROXY:
|
||||
description: Addresses that will not use the proxies
|
||||
required: true
|
||||
|
||||
systemd_dir:
|
||||
|
||||
Reference in New Issue
Block a user