# Output files
Miltiple files are genereated by the playbooks at different stages of the deployment. This section details the configuration of the names and locations of these output files.
# Ansible controller
Variables related to files generated on the Ansible controller:
Variable | File | Description |
---|---|---|
output_directory | inventory/group_vars/all/all.yml | Location of files generated by gkeadm during deployment of GKE Admin Workstation. Set to `<<local_user_home>>/output' |
# Admin workstation
Variables related to files generated on the admin workstation:
Variable | File | Description |
---|---|---|
gkeadm_basedir | inventory/group_vars/all/all.yml | The base directory for files generated on GKE Admin Workstation. Set to '/home/ubuntu' |
log_directory | inventory/group_vars/all/all.yml | Location of files generated on GKE Admin Workstation by gkectl during GKE on-prem cluster creation. Set to '<<gkeadm_basedir>>/logs' |
cluster_configurations_path | inventory/group_vars/all/all.yml | Destination for admin and user cluster configuration yaml files. Set to '<<gkeadm_basedir>>/cluster-configurations' |
cluster_kubeconfig_path | inventory/group_vars/all/all.yml | Destination for admin and user cluster kubeconfig files generated when gkectl deploys clusters. Set to '<<gkeadm_basedir>>/kubeconfigs' |
admin_cluster_kubeconfig | inventory/group_vars/all/all.yml | Name for admin kubeconfig file. Set to 'kubeconfig' |