Commit Graph

16 Commits (4396c26af56d93ed7260fcf5392fd22e83086e33)

Author SHA1 Message Date
Matt Martz 87b0a45a85 Fix tabbed indentation in network/haproxy.py 9 years ago
autotune c047814512 Fixed bug to recognize haproxy changes 9 years ago
Jeff Geerling b781b8bda1 Make HAProxy module documentation a little easier to read. 9 years ago
Gerrit Germis 2612da50ad wait_interval default value did not match the documented value 9 years ago
Gerrit Germis 0ad12cdcf4 specify int parameter types for wait_interval and wait_retries 9 years ago
Gerrit Germis 5a1109229d added version_added: "2.0" to new parameters 9 years ago
Gerrit Germis 656e1a6deb allow wait, wait_retries and wait_interval parameters for haproxy module. This allows the haproxy to wait for status "UP" when state=enabled and status "MAINT" when state=disabled 9 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 9 years ago
Greg DeKoenigsberg bc64d4654f Adding author's github id 9 years ago
James Barwell 2ec916ad38 Fix argument parsing to module constructor
- Change to remove kwargs in a97d1016dc
  did not remove arguments passed in to the constructor.
10 years ago
Brian Coca 9f88bdb7f5 moved version added 10 years ago
Brian Coca a97d1016dc minor cleanup, removing unused/redundant code, cleaned some comments, slight reformating in class to
remove kwargs
10 years ago
Ravi Bhure d4a096f7ff Recorded the changes suggested by brian coca 10 years ago
Ravi Bhure 44b2cdb5f2 used ansible conventions to use trigered action ==> state,
now only two states are available enabled/disabled_
get weight for backend server, is default behavior for both state,
supports set weight while enable server in lb pool
10 years ago
Ravi Bhure bcbe945a41 Instead of action [enable_server,disable_server] we prefer to use state [enabled,disabled] [FIXED]
misplaced the checkmode support (#L146) [FIXED]
no need to check if host is not set as the argument spec (#L138), it should already complain about that [FIXED]
10 years ago
Ravi Bhure 78365ecf06 updated version 1.9 and
moved haproxy module to network category
10 years ago