mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added author and copyright lines to modules I contributed
This commit is contained in:
parent
2c79a03613
commit
bbe42029e4
3 changed files with 15 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
#!/usr/bin/python
|
||||
#coding: utf-8 -*-
|
||||
|
||||
# (c) 2013, David Stygstra <david.stygstra@gmail.com>
|
||||
#
|
||||
# This file is part of Ansible
|
||||
#
|
||||
# This module is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
|
@ -18,6 +22,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: openvswitch_bridge
|
||||
version_added: 1.4
|
||||
author: David Stygstra
|
||||
short_description: Manage Open vSwitch bridges
|
||||
requirements: [ ovs-vsctl ]
|
||||
description:
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
#!/usr/bin/python
|
||||
#coding: utf-8 -*-
|
||||
|
||||
# (c) 2013, David Stygstra <david.stygstra@gmail.com>
|
||||
#
|
||||
# This file is part of Ansible
|
||||
#
|
||||
# This module is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
|
@ -18,6 +22,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: openvswitch_port
|
||||
version_added: 1.4
|
||||
author: David Stygstra
|
||||
short_description: Manage Open vSwitch ports
|
||||
requirements: [ ovs-vsctl ]
|
||||
description:
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
#!/usr/bin/python
|
||||
#coding: utf-8 -*-
|
||||
|
||||
# (c) 2013, David Stygstra <david.stygstra@gmail.com>
|
||||
#
|
||||
# This file is part of Ansible
|
||||
#
|
||||
# This module is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
|
@ -21,6 +25,7 @@ module: modprobe
|
|||
short_description: Add or remove kernel modules
|
||||
requirements: []
|
||||
version_added: 1.4
|
||||
author: David Stygstra
|
||||
description:
|
||||
- Add or remove kernel modules.
|
||||
options:
|
||||
|
|
Loading…
Reference in a new issue