1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Renamed the Modules from dnos* -> dellos*, updated copyright, removed… (#17617)

* Renamed the Modules from dnos* -> dellos*, updated copyright, removed dnos6_template

* Addressed @gundalow comments
This commit is contained in:
Senthil Kumar Ganesan 2016-09-16 14:45:08 -07:00 committed by John R Barker
parent 9df8a2565f
commit bb9ed50441
13 changed files with 49 additions and 43 deletions

View file

@ -66,20 +66,19 @@ Ansible Changes By Release
- cloudstack
* cs_router
* cs_snapshot_policy
- dnos6
* dnos6_command
* dnos6_template
* dnos6_config
- dnos9
* dnos9_command
* dnos9_config
* dnos9_template
* dnos9_facts
- dnos10
* dnos10_command
* dnos10_config
* dnos10_template
* dnos10_facts
- dellos6
* dellos6_command
* dellos6_config
- dellos9
* dellos9_command
* dellos9_config
* dellos9_facts
* dellos9_template
- dellos10
* dellos10_command
* dellos10_config
* dellos10_facts
* dellos10_template
- exoscale:
* exo_dns_domain
* exo_dns_record

View file

@ -1,3 +1,8 @@
#
# (c) 2015 Peter Sprygada, <psprygada@ansible.com>
#
# Copyright (c) 2016 Dell Inc.
#
# This code is part of Ansible, but is an independent component.
# This particular file snippet, and this file snippet only, is BSD licensed.
# Modules you write using this snippet, which is embedded dynamically by Ansible

View file

@ -1,3 +1,8 @@
#
# (c) 2015 Peter Sprygada, <psprygada@ansible.com>
#
# Copyright (c) 2016 Dell Inc.
#
# This code is part of Ansible, but is an independent component.
# This particular file snippet, and this file snippet only, is BSD licensed.
# Modules you write using this snippet, which is embedded dynamically by Ansible

View file

@ -1,3 +1,8 @@
#
# (c) 2015 Peter Sprygada, <psprygada@ansible.com>
#
# Copyright (c) 2016 Dell Inc.
#
# This code is part of Ansible, but is an independent component.
# This particular file snippet, and this file snippet only, is BSD licensed.
# Modules you write using this snippet, which is embedded dynamically by Ansible

View file

@ -1,4 +1,6 @@
#
# Copyright 2015 Peter Sprygada <psprygada@ansible.com>
#
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify

View file

@ -1,25 +0,0 @@
# This file is part of Ansible
#
# Ansible 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
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
from ansible.plugins.action import ActionBase
from ansible.plugins.action.net_template import ActionModule as NetActionModule
class ActionModule(NetActionModule, ActionBase):
pass

View file

@ -1,4 +1,9 @@
# This file is part of Ansible #
#
# (c) 2015, Peter Sprygada <psprygada@ansible.com>
#
# Copyright (c) 2016 Dell Inc.
#
# This file is part of Ansible
# Ansible 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
@ -59,7 +64,7 @@ options:
default: 10
provider:
description:
- Convenience method that allows all M(dnos10) arguments to be passed as
- Convenience method that allows all M(dellos10) arguments to be passed as
a dict object. All constraints (required, choices, etc) must be
met either by individual arguments or values in this dict.
required: false

View file

@ -1,3 +1,8 @@
#
# (c) 2015, Peter Sprygada <psprygada@ansible.com>
#
# Copyright (c) 2016 Dell Inc.
#
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
@ -77,7 +82,7 @@ options:
default: 10
provider:
description:
- Convenience method that allows all M(dnos9) arguments to be passed as
- Convenience method that allows all M(dellos6) arguments to be passed as
a dict object. All constraints (required, choices, etc) must be
met either by individual arguments or values in this dict.
required: false

View file

@ -1,3 +1,8 @@
#
# (c) 2015, Peter Sprygada <psprygada@ansible.com>
#
# Copyright (c) 2016 Dell Inc.
#
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
@ -77,7 +82,7 @@ options:
default: 10
provider:
description:
- Convenience method that allows all M(dnos6) arguments to be passed as
- Convenience method that allows all M(dellos9) arguments to be passed as
a dict object. All constraints (required, choices, etc) must be
met either by individual arguments or values in this dict.
required: false