diff --git a/README.md b/README.md index ed9f9ea..9e311c1 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ See the commands [here](https://technotim.live/posts/k3s-etcd-ansible/#testing-y | `k3s_server_post` | `metal_lb_bgp_peer_address` | string | `~` | Not required | BGP peer address | | `lxc` | `custom_reboot_command` | string | `~` | Not required | Command to run on reboot | | `prereq` | `system_timezone` | string | `null` | Not required | Timezone to be set on all nodes | +| `proxmox_lxc` | `proxmox_lxc_ct_ids` | list | ❌ | Required | Proxmox container ID list | ### Troubleshooting diff --git a/roles/proxmox_lxc/meta/main.yml b/roles/proxmox_lxc/meta/main.yml new file mode 100644 index 0000000..827c956 --- /dev/null +++ b/roles/proxmox_lxc/meta/main.yml @@ -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