mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-16 01:45:25 -07:00
Changes to author formatting, remove emails
This commit is contained in:
parent
f98648bf6f
commit
c65a612d1f
111 changed files with 123 additions and 123 deletions
|
@ -28,7 +28,7 @@ version_added: 1.8
|
|||
short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices
|
||||
description:
|
||||
- Manage slb server objects on A10 Networks devices via aXAPI
|
||||
author: '"Mischa Peters (@mischapeters)" <mpeters@a10networks.com>'
|
||||
author: "Mischa Peters (@mischapeters)"
|
||||
notes:
|
||||
- Requires A10 Networks aXAPI 2.1
|
||||
options:
|
||||
|
|
|
@ -28,7 +28,7 @@ version_added: 1.8
|
|||
short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices
|
||||
description:
|
||||
- Manage slb service-group objects on A10 Networks devices via aXAPI
|
||||
author: '"Mischa Peters (@mischapeters)" <mpeters@a10networks.com>'
|
||||
author: "Mischa Peters (@mischapeters)"
|
||||
notes:
|
||||
- Requires A10 Networks aXAPI 2.1
|
||||
- When a server doesn't exist and is added to the service-group the server will be created
|
||||
|
|
|
@ -28,7 +28,7 @@ version_added: 1.8
|
|||
short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices
|
||||
description:
|
||||
- Manage slb virtual server objects on A10 Networks devices via aXAPI
|
||||
author: '"Mischa Peters (@mischapeters)" <mpeters@a10networks.com>'
|
||||
author: "Mischa Peters (@mischapeters)"
|
||||
notes:
|
||||
- Requires A10 Networks aXAPI 2.1
|
||||
requirements:
|
||||
|
|
|
@ -82,7 +82,7 @@ options:
|
|||
choices: ['yes', 'no']
|
||||
|
||||
requirements: [ "urllib", "urllib2" ]
|
||||
author: '"Nandor Sivok (@dominis)" <nandor@gawker.com>'
|
||||
author: "Nandor Sivok (@dominis)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -25,7 +25,7 @@ short_description: "Collect facts from F5 BIG-IP devices"
|
|||
description:
|
||||
- "Collect facts from F5 BIG-IP devices via iControl SOAP API"
|
||||
version_added: "1.6"
|
||||
author: '"Matt Hite (@mhite)" <mhite@hotmail.com>'
|
||||
author: "Matt Hite (@mhite)"
|
||||
notes:
|
||||
- "Requires BIG-IP software version >= 11.4"
|
||||
- "F5 developed module 'bigsuds' required (see http://devcentral.f5.com)"
|
||||
|
|
|
@ -27,7 +27,7 @@ short_description: "Manages F5 BIG-IP LTM http monitors"
|
|||
description:
|
||||
- "Manages F5 BIG-IP LTM monitors via iControl SOAP API"
|
||||
version_added: "1.4"
|
||||
author: '"Serge van Ginderachter (@srvg)" <serge@vanginderachter.be>'
|
||||
author: "Serge van Ginderachter (@srvg)"
|
||||
notes:
|
||||
- "Requires BIG-IP software version >= 11"
|
||||
- "F5 developed module 'bigsuds' required (see http://devcentral.f5.com)"
|
||||
|
|
|
@ -25,7 +25,7 @@ short_description: "Manages F5 BIG-IP LTM tcp monitors"
|
|||
description:
|
||||
- "Manages F5 BIG-IP LTM tcp monitors via iControl SOAP API"
|
||||
version_added: "1.4"
|
||||
author: '"Serge van Ginderachter (@srvg)" <serge@vanginderachter.be>'
|
||||
author: "Serge van Ginderachter (@srvg)"
|
||||
notes:
|
||||
- "Requires BIG-IP software version >= 11"
|
||||
- "F5 developed module 'bigsuds' required (see http://devcentral.f5.com)"
|
||||
|
|
|
@ -25,7 +25,7 @@ short_description: "Manages F5 BIG-IP LTM nodes"
|
|||
description:
|
||||
- "Manages F5 BIG-IP LTM nodes via iControl SOAP API"
|
||||
version_added: "1.4"
|
||||
author: '"Matt Hite (@mhite)" <mhite@hotmail.com>'
|
||||
author: "Matt Hite (@mhite)"
|
||||
notes:
|
||||
- "Requires BIG-IP software version >= 11"
|
||||
- "F5 developed module 'bigsuds' required (see http://devcentral.f5.com)"
|
||||
|
|
|
@ -25,7 +25,7 @@ short_description: "Manages F5 BIG-IP LTM pools"
|
|||
description:
|
||||
- "Manages F5 BIG-IP LTM pools via iControl SOAP API"
|
||||
version_added: "1.2"
|
||||
author: '"Matt Hite (@mhite)" <mhite@hotmail.com>'
|
||||
author: "Matt Hite (@mhite)"
|
||||
notes:
|
||||
- "Requires BIG-IP software version >= 11"
|
||||
- "F5 developed module 'bigsuds' required (see http://devcentral.f5.com)"
|
||||
|
|
|
@ -25,7 +25,7 @@ short_description: "Manages F5 BIG-IP LTM pool members"
|
|||
description:
|
||||
- "Manages F5 BIG-IP LTM pool members via iControl SOAP API"
|
||||
version_added: "1.4"
|
||||
author: '"Matt Hite (@mhite)" <mhite@hotmail.com>'
|
||||
author: "Matt Hite (@mhite)"
|
||||
notes:
|
||||
- "Requires BIG-IP software version >= 11"
|
||||
- "F5 developed module 'bigsuds' required (see http://devcentral.f5.com)"
|
||||
|
|
|
@ -91,7 +91,7 @@ examples:
|
|||
# enable server in 'www' backend pool with change server(s) weight
|
||||
- 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)"
|
||||
'''
|
||||
|
||||
import socket
|
||||
|
|
|
@ -22,7 +22,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: openvswitch_bridge
|
||||
version_added: 1.4
|
||||
author: '"David Stygstra (@stygstra)" <david.stygstra@gmail.com>'
|
||||
author: "David Stygstra (@stygstra)"
|
||||
short_description: Manage Open vSwitch bridges
|
||||
requirements: [ ovs-vsctl ]
|
||||
description:
|
||||
|
|
|
@ -22,7 +22,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: openvswitch_port
|
||||
version_added: 1.4
|
||||
author: '"David Stygstra (@stygstra)" <david.stygstra@gmail.com>'
|
||||
author: "David Stygstra (@stygstra)"
|
||||
short_description: Manage Open vSwitch ports
|
||||
requirements: [ ovs-vsctl ]
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue