This lvs_server module is used to add and manage LVS Real Server in the specified service. Server can be set as either absent or present.
Ensure the LVS Real Server in specified service is absent.
Ensure that the named service is present.
lvsrs:
lvs_server.present:
- protocol: tcp
- service_address: 1.1.1.1:80
- server_address: 192.168.0.11:8080
- packet_forward_method: dr
- weight: 10
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.