Skip to content

Commit 59112d9

Browse files
Describe new variables that have been added to the Ansible playbook in docs-cloud-projects repo
1 parent 3e69078 commit 59112d9

File tree

1 file changed

+9
-0
lines changed
  • docs/guides/applications/big-data/manually-deploy-kafka-cluster

1 file changed

+9
-0
lines changed

docs/guides/applications/big-data/manually-deploy-kafka-cluster/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ All secrets are encrypted with the Ansible Vault utility as a best practice.
239239
- `region`: The data center region for the cluster.
240240
- `image`: The distribution image to be installed on each Kafka instance. The deployment in this guide supports the `ubuntu24.04` image.
241241
- `group` and `linode_tags` (optional): Any [groups or tags](/docs/guides/tags-and-groups/) you with to apply to your cluster’s instances for organizational purposes.
242+
- `firewall_label` (optional): The label for a [Cloud Firewall](https://techdocs.akamai.com/cloud-computing/docs/cloud-firewall) that can be created for the cluster. If this label is not provided, the firewall is not created.
243+
- `vpc_label` (optional): The label for a [VPC](https://techdocs.akamai.com/cloud-computing/docs/vpc) that can be created for the cluster. If this label is not provided, the VPC is not created.
244+
- `domain_name` and `ttl_sec` (optional): A domain name and [TTL (in seconds)](https://techdocs.akamai.com/cloud-computing/docs/troubleshooting-dns-records#set-the-time-to-live-or-ttl) for the cluster. Each cluster instance is assigned a subdomain of this domain name. For example, if your domain name is `example.com`, a record named `instance_label.example.com` is created for each instance. If a domain name is not provided, these records are not created.
242245
- `cluster_size`: The number of Kafka instances in the cluster deployment. Minimum value of 3.
243246
- `sudo_username`: A sudo username for each cluster instance.
244247
- `country_name`, `state_or_province_name`, `locality_name`, and `organization_name`: The geographical and organizational information for your self-signed TLS certificate.
@@ -255,6 +258,12 @@ All secrets are encrypted with the Ansible Vault utility as a best practice.
255258
image: linode/ubuntu24.04
256259
group:
257260
linode_tags:
261+
firewall_label:
262+
vpc_label:
263+
264+
# Optional settings for DNS
265+
domain_name:
266+
ttl_sec:
258267
259268
cluster_size: 3
260269
client_count: 2

0 commit comments

Comments
 (0)