Merge "[doc] Fix inventory.yaml example in user doc"

This commit is contained in:
Zuul 2024-11-15 17:24:56 +00:00 committed by Gerrit Code Review
commit d848822dd9

View File

@ -77,6 +77,10 @@ must have passwordless sudo on the nodes.
# The user and group that will be used to run Docker commands. # The user and group that will be used to run Docker commands.
docker_users: docker_users:
- ununtu - ununtu
# By default the deploy-env role sets up ssh key to make it possible
# to connect to the k8s master node via ssh without a password.
client_ssh_user: ubuntu
cluster_ssh_user: ubuntu
# The MetalLB controller will be installed on the Kubernetes cluster. # The MetalLB controller will be installed on the Kubernetes cluster.
metallb_setup: true metallb_setup: true
# Loopback devices will be created on all cluster nodes which then can be used # Loopback devices will be created on all cluster nodes which then can be used