salt.states.lvs_service
Management of LVS (Linux Virtual Server) Service
-
Ensure the LVS service is absent.
- name
-
The name of the LVS service
- protocol
-
The service protocol
- service_address
-
The LVS service address
salt.states.lvs_service.absent(name, protocol=None, service_address=None)
-
Ensure that the named service is present.
- name
-
The LVS service name
- protocol
-
The service protocol
- service_address
-
The LVS service address
- scheduler
-
Algorithm for allocating TCP connections and UDP datagrams to real servers.
lvstest: lvs_service.present: - service_address: 1.1.1.1:80 - protocol: tcp - scheduler: rr
salt.states.lvs_service.present(name, protocol=None, service_address=None, scheduler='wlc')
© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/states/all/salt.states.lvs_service.html