You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.8 KiB

  1. # Due to some Azure limitations (ex:- Storage Account's name must be unique),
  2. # this name must be globally unique - it will be used as a prefix for azure components
  3. cluster_name: example
  4. # Set this to true if you do not want to have public IPs for your masters and minions. This will provision a bastion
  5. # node that can be used to access the masters and minions
  6. use_bastion: false
  7. number_of_k8s_masters: 3
  8. number_of_k8s_nodes: 3
  9. masters_vm_size: Standard_A2
  10. masters_os_disk_size: 1000
  11. minions_vm_size: Standard_A2
  12. minions_os_disk_size: 1000
  13. admin_username: devops
  14. admin_password: changeme
  15. # MAKE SURE TO CHANGE THIS TO YOUR PUBLIC KEY to access your azure machines
  16. ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLRzcxbsFDdEibiyXCSdIFh7bKbXso1NqlKjEyPTptf3aBXHEhVil0lJRjGpTlpfTy7PHvXFbXIOCdv9tOmeH1uxWDDeZawgPFV6VSZ1QneCL+8bxzhjiCn8133wBSPZkN8rbFKd9eEUUBfx8ipCblYblF9FcidylwtMt5TeEmXk8yRVkPiCuEYuDplhc2H0f4PsK3pFb5aDVdaDT3VeIypnOQZZoUxHWqm6ThyHrzLJd3SrZf+RROFWW1uInIDf/SZlXojczUYoffxgT1lERfOJCHJXsqbZWugbxQBwqsVsX59+KPxFFo6nV88h3UQr63wbFx52/MXkX4WrCkAHzN ablock-vwfs@dell-lappy"
  17. # Disable using ssh using password. Change it to false to allow to connect to ssh by password
  18. disablePasswordAuthentication: true
  19. # Azure CIDRs
  20. azure_vnet_cidr: 10.0.0.0/8
  21. azure_admin_cidr: 10.241.2.0/24
  22. azure_masters_cidr: 10.0.4.0/24
  23. azure_minions_cidr: 10.240.0.0/16
  24. # Azure loadbalancer port to use to access your cluster
  25. kube_apiserver_port: 6443
  26. # Azure Netwoking and storage naming to use with inventory/all.yml
  27. #azure_virtual_network_name: KubeVNET
  28. #azure_subnet_admin_name: ad-subnet
  29. #azure_subnet_masters_name: master-subnet
  30. #azure_subnet_minions_name: minion-subnet
  31. #azure_route_table_name: routetable
  32. #azure_security_group_name: secgroup
  33. # Storage types available are: "Standard_LRS","Premium_LRS"
  34. #azure_storage_account_type: Standard_LRS