Skip to content

Commit

Permalink
update default masterha_ip to something useful
Browse files Browse the repository at this point in the history
  • Loading branch information
ReSearchITEng committed May 13, 2023
1 parent 3e74bc4 commit 27a1bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/all/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ custom:
# "lb" #Choose lb when you have a MasterHA LB which load-balances across all your masters, on api port (default 6443)
# # Make sure your LB is setup to forward requests to a specific master ONLY when api port /healthz on that host returns status 200
#masterha_type: "vip" # or "lb"
masterha_ip: "10.1.2.3" #| default('') }}" # Important when you have MasterHA; # IP of either your LB or the VIP to be used.
masterha_ip: "192.0.0.171" #| default('') }}" # Important when you have MasterHA; # IP of either your LB or the VIP to be used.
## masterha_fqdn is usually the dns name of masterha_ip above. (We cannot get it automatically in ansible...)
## This value is important in order to set apiServerCertSANs in the certs correctly
masterha_fqdn: "master-{{ CLUSTER_NAME }}.{{ CORP_DNS_DOMAIN | default ('corp.example.com') }}" # Important when you have MasterHA, in order to set apiServerCertSANs correctly
Expand Down

0 comments on commit 27a1bca

Please sign in to comment.