mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
moved version added
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: haproxy
|
module: haproxy
|
||||||
|
version_added: "1.9"
|
||||||
short_description: An Ansible module to handle states enable/disable server and set weight to backend host in haproxy using socket commands.
|
short_description: An Ansible module to handle states enable/disable server and set weight to backend host in haproxy using socket commands.
|
||||||
description:
|
description:
|
||||||
- The Enable Haproxy Backend Server, with
|
- The Enable Haproxy Backend Server, with
|
||||||
@@ -91,7 +92,6 @@ examples:
|
|||||||
- haproxy: state=enabled host={{ inventory_hostname }} socket=/var/run/haproxy.sock weight=10 backend=www
|
- haproxy: state=enabled host={{ inventory_hostname }} socket=/var/run/haproxy.sock weight=10 backend=www
|
||||||
|
|
||||||
author: Ravi Bhure <ravibhure@gmail.com>
|
author: Ravi Bhure <ravibhure@gmail.com>
|
||||||
version_added: "1.9"
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
|
|||||||
Reference in New Issue
Block a user