docs(readme): missing variable documentation

This commit is contained in:
Xan Manning 2021-12-18 23:08:36 +00:00
parent 01b914985a
commit dd341f6f10
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ consistency. These are generally cluster-level configuration.
| `k3s_build_cluster` | When multiple play hosts are available, attempt to cluster. Read notes below. | `true` |
| `k3s_registration_address` | Fixed registration address for nodes. IP or FQDN. | NULL |
| `k3s_github_url` | Set the GitHub URL to install k3s from. | https://github.com/k3s-io/k3s |
| `k3s_api_url` | URL for K3S updates API. | https://update.k3s.io |
| `k3s_install_dir` | Installation directory for k3s. | `/usr/local/bin` |
| `k3s_install_hard_links` | Install using hard links rather than symbolic links. | `false` |
| `k3s_server_config_yaml_d_files` | A flat list of templates to supplement the `k3s_server` configuration. | [] |