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:
parent
9df8a2565f
commit
bb9ed50441
13 changed files with 49 additions and 43 deletions
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -66,20 +66,19 @@ Ansible Changes By Release
|
||||||
- cloudstack
|
- cloudstack
|
||||||
* cs_router
|
* cs_router
|
||||||
* cs_snapshot_policy
|
* cs_snapshot_policy
|
||||||
- dnos6
|
- dellos6
|
||||||
* dnos6_command
|
* dellos6_command
|
||||||
* dnos6_template
|
* dellos6_config
|
||||||
* dnos6_config
|
- dellos9
|
||||||
- dnos9
|
* dellos9_command
|
||||||
* dnos9_command
|
* dellos9_config
|
||||||
* dnos9_config
|
* dellos9_facts
|
||||||
* dnos9_template
|
* dellos9_template
|
||||||
* dnos9_facts
|
- dellos10
|
||||||
- dnos10
|
* dellos10_command
|
||||||
* dnos10_command
|
* dellos10_config
|
||||||
* dnos10_config
|
* dellos10_facts
|
||||||
* dnos10_template
|
* dellos10_template
|
||||||
* dnos10_facts
|
|
||||||
- exoscale:
|
- exoscale:
|
||||||
* exo_dns_domain
|
* exo_dns_domain
|
||||||
* exo_dns_record
|
* exo_dns_record
|
||||||
|
|
|
@ -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 code is part of Ansible, but is an independent component.
|
||||||
# This particular file snippet, and this file snippet only, is BSD licensed.
|
# This particular file snippet, and this file snippet only, is BSD licensed.
|
||||||
# Modules you write using this snippet, which is embedded dynamically by Ansible
|
# Modules you write using this snippet, which is embedded dynamically by Ansible
|
|
@ -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 code is part of Ansible, but is an independent component.
|
||||||
# This particular file snippet, and this file snippet only, is BSD licensed.
|
# This particular file snippet, and this file snippet only, is BSD licensed.
|
||||||
# Modules you write using this snippet, which is embedded dynamically by Ansible
|
# Modules you write using this snippet, which is embedded dynamically by Ansible
|
|
@ -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 code is part of Ansible, but is an independent component.
|
||||||
# This particular file snippet, and this file snippet only, is BSD licensed.
|
# This particular file snippet, and this file snippet only, is BSD licensed.
|
||||||
# Modules you write using this snippet, which is embedded dynamically by Ansible
|
# Modules you write using this snippet, which is embedded dynamically by Ansible
|
|
@ -1,4 +1,6 @@
|
||||||
#
|
#
|
||||||
|
# Copyright 2015 Peter Sprygada <psprygada@ansible.com>
|
||||||
|
#
|
||||||
# This file is part of Ansible
|
# This file is part of Ansible
|
||||||
#
|
#
|
||||||
# Ansible is free software: you can redistribute it and/or modify
|
# Ansible is free software: you can redistribute it and/or modify
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
# Ansible is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
@ -59,7 +64,7 @@ options:
|
||||||
default: 10
|
default: 10
|
||||||
provider:
|
provider:
|
||||||
description:
|
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
|
a dict object. All constraints (required, choices, etc) must be
|
||||||
met either by individual arguments or values in this dict.
|
met either by individual arguments or values in this dict.
|
||||||
required: false
|
required: false
|
7
lib/ansible/utils/module_docs_fragments/dnos9.py → lib/ansible/utils/module_docs_fragments/dellos6.py
Executable file → Normal file
7
lib/ansible/utils/module_docs_fragments/dnos9.py → lib/ansible/utils/module_docs_fragments/dellos6.py
Executable file → Normal file
|
@ -1,3 +1,8 @@
|
||||||
|
#
|
||||||
|
# (c) 2015, Peter Sprygada <psprygada@ansible.com>
|
||||||
|
#
|
||||||
|
# Copyright (c) 2016 Dell Inc.
|
||||||
|
#
|
||||||
# This file is part of Ansible
|
# This file is part of Ansible
|
||||||
#
|
#
|
||||||
# Ansible is free software: you can redistribute it and/or modify
|
# Ansible is free software: you can redistribute it and/or modify
|
||||||
|
@ -77,7 +82,7 @@ options:
|
||||||
default: 10
|
default: 10
|
||||||
provider:
|
provider:
|
||||||
description:
|
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
|
a dict object. All constraints (required, choices, etc) must be
|
||||||
met either by individual arguments or values in this dict.
|
met either by individual arguments or values in this dict.
|
||||||
required: false
|
required: false
|
7
lib/ansible/utils/module_docs_fragments/dnos6.py → lib/ansible/utils/module_docs_fragments/dellos9.py
Normal file → Executable file
7
lib/ansible/utils/module_docs_fragments/dnos6.py → lib/ansible/utils/module_docs_fragments/dellos9.py
Normal file → Executable file
|
@ -1,3 +1,8 @@
|
||||||
|
#
|
||||||
|
# (c) 2015, Peter Sprygada <psprygada@ansible.com>
|
||||||
|
#
|
||||||
|
# Copyright (c) 2016 Dell Inc.
|
||||||
|
#
|
||||||
# This file is part of Ansible
|
# This file is part of Ansible
|
||||||
#
|
#
|
||||||
# Ansible is free software: you can redistribute it and/or modify
|
# Ansible is free software: you can redistribute it and/or modify
|
||||||
|
@ -77,7 +82,7 @@ options:
|
||||||
default: 10
|
default: 10
|
||||||
provider:
|
provider:
|
||||||
description:
|
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
|
a dict object. All constraints (required, choices, etc) must be
|
||||||
met either by individual arguments or values in this dict.
|
met either by individual arguments or values in this dict.
|
||||||
required: false
|
required: false
|
Loading…
Reference in a new issue