vrrp_track_process track_nginx { process nginx weight 10 } vrrp_instance VI_1 { state {{ keepalived.state }} interface {{ansible_default_ipv4.interface}} virtual_router_id 51 priority {{ keepalived.priority }} advert_int 1 authentication { auth_type PASS auth_pass 12345 } virtual_ipaddress { {{ vip_address }} } track_process { track_nginx } }