Change the `consul` server IP addresses.

This commit is contained in:
Kazuhiro MUSASHI 2020-11-22 23:09:37 +09:00
parent ccaaa81cb4
commit de2aab1bb8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ dns = run_command(cmd).stdout.chomp
node.reverse_merge!({
'consul' => {
'manager' => false,
'manager_hosts' => '["192.168.10.110", "192.168.10.101", "192.168.10.111", "192.168.10.115"]',
'manager_hosts' => '["192.168.10.101", "192.168.10.251", "192.168.10.252"]',
'ipaddr' => ipaddr,
'dns' => dns
}