summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-12-06 02:35:25 -0800
committerToshio Kuratomi <a.badger@gmail.com>2016-12-06 07:02:56 -0800
commit6c7d63b15c77126b4d6a8a7668545555578469c5 (patch)
treecd1586d5342249214c7c565ff21ee51c0c46f051 /windows
parentca3eb7c89082682ff366546577c3db36945bf5ed (diff)
downloadansible-modules-extras-6c7d63b15c77126b4d6a8a7668545555578469c5.tar.gz
Refreshed metadata for extras modules
Diffstat (limited to 'windows')
-rw-r--r--windows/win_acl.py4
-rw-r--r--windows/win_acl_inheritance.py4
-rw-r--r--windows/win_chocolatey.py4
-rw-r--r--windows/win_dotnet_ngen.py4
-rw-r--r--windows/win_environment.py4
-rw-r--r--windows/win_file_version.py4
-rw-r--r--windows/win_firewall_rule.py4
-rw-r--r--windows/win_iis_virtualdirectory.py4
-rw-r--r--windows/win_iis_webapplication.py4
-rw-r--r--windows/win_iis_webapppool.py4
-rw-r--r--windows/win_iis_webbinding.py4
-rw-r--r--windows/win_iis_website.py4
-rw-r--r--windows/win_nssm.py4
-rw-r--r--windows/win_owner.py4
-rw-r--r--windows/win_package.py4
-rw-r--r--windows/win_regedit.py4
-rw-r--r--windows/win_regmerge.py4
-rw-r--r--windows/win_robocopy.py4
-rw-r--r--windows/win_say.py4
-rw-r--r--windows/win_scheduled_task.py4
-rw-r--r--windows/win_share.py4
-rw-r--r--windows/win_timezone.py4
-rw-r--r--windows/win_unzip.py4
-rw-r--r--windows/win_updates.py4
-rw-r--r--windows/win_uri.py4
-rw-r--r--windows/win_webpicmd.py4
26 files changed, 104 insertions, 0 deletions
diff --git a/windows/win_acl.py b/windows/win_acl.py
index cd25af0a..4e6e9cb7 100644
--- a/windows/win_acl.py
+++ b/windows/win_acl.py
@@ -23,6 +23,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_acl
diff --git a/windows/win_acl_inheritance.py b/windows/win_acl_inheritance.py
index a4bb90a4..549ce629 100644
--- a/windows/win_acl_inheritance.py
+++ b/windows/win_acl_inheritance.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_acl_inheritance
diff --git a/windows/win_chocolatey.py b/windows/win_chocolatey.py
index d6993502..89e6d73a 100644
--- a/windows/win_chocolatey.py
+++ b/windows/win_chocolatey.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'committer',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_chocolatey
diff --git a/windows/win_dotnet_ngen.py b/windows/win_dotnet_ngen.py
index 75ce9cc1..9fb7e44e 100644
--- a/windows/win_dotnet_ngen.py
+++ b/windows/win_dotnet_ngen.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_dotnet_ngen
diff --git a/windows/win_environment.py b/windows/win_environment.py
index 522eff6a..f66771a7 100644
--- a/windows/win_environment.py
+++ b/windows/win_environment.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_environment
diff --git a/windows/win_file_version.py b/windows/win_file_version.py
index 71aae571..f882a443 100644
--- a/windows/win_file_version.py
+++ b/windows/win_file_version.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_file_version
diff --git a/windows/win_firewall_rule.py b/windows/win_firewall_rule.py
index 3ed0f7e3..1a5c699f 100644
--- a/windows/win_firewall_rule.py
+++ b/windows/win_firewall_rule.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_firewall_rule
diff --git a/windows/win_iis_virtualdirectory.py b/windows/win_iis_virtualdirectory.py
index 66810b84..9388cb9d 100644
--- a/windows/win_iis_virtualdirectory.py
+++ b/windows/win_iis_virtualdirectory.py
@@ -18,6 +18,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_iis_virtualdirectory
diff --git a/windows/win_iis_webapplication.py b/windows/win_iis_webapplication.py
index b8ebd085..26177eb9 100644
--- a/windows/win_iis_webapplication.py
+++ b/windows/win_iis_webapplication.py
@@ -18,6 +18,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_iis_webapplication
diff --git a/windows/win_iis_webapppool.py b/windows/win_iis_webapppool.py
index c77c3b04..e2cb8778 100644
--- a/windows/win_iis_webapppool.py
+++ b/windows/win_iis_webapppool.py
@@ -19,6 +19,10 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_iis_webapppool
diff --git a/windows/win_iis_webbinding.py b/windows/win_iis_webbinding.py
index 0aa1ee12..c7a08628 100644
--- a/windows/win_iis_webbinding.py
+++ b/windows/win_iis_webbinding.py
@@ -19,6 +19,10 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_iis_webbinding
diff --git a/windows/win_iis_website.py b/windows/win_iis_website.py
index b158fb8d..9c65c067 100644
--- a/windows/win_iis_website.py
+++ b/windows/win_iis_website.py
@@ -18,6 +18,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_iis_website
diff --git a/windows/win_nssm.py b/windows/win_nssm.py
index c0a4332c..57d9dfa3 100644
--- a/windows/win_nssm.py
+++ b/windows/win_nssm.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_nssm
diff --git a/windows/win_owner.py b/windows/win_owner.py
index 1b16c1b7..b3ad35b4 100644
--- a/windows/win_owner.py
+++ b/windows/win_owner.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_owner
diff --git a/windows/win_package.py b/windows/win_package.py
index e8a91176..9c358fcd 100644
--- a/windows/win_package.py
+++ b/windows/win_package.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_package
diff --git a/windows/win_regedit.py b/windows/win_regedit.py
index d9de288e..693b4c2f 100644
--- a/windows/win_regedit.py
+++ b/windows/win_regedit.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_regedit
diff --git a/windows/win_regmerge.py b/windows/win_regmerge.py
index 6507b84b..cefc9802 100644
--- a/windows/win_regmerge.py
+++ b/windows/win_regmerge.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_regmerge
diff --git a/windows/win_robocopy.py b/windows/win_robocopy.py
index d627918e..c29c0760 100644
--- a/windows/win_robocopy.py
+++ b/windows/win_robocopy.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = """
---
module: win_robocopy
diff --git a/windows/win_say.py b/windows/win_say.py
index 9fadddee..61fa74b9 100644
--- a/windows/win_say.py
+++ b/windows/win_say.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_say
diff --git a/windows/win_scheduled_task.py b/windows/win_scheduled_task.py
index 5428a0b8..96a9b48f 100644
--- a/windows/win_scheduled_task.py
+++ b/windows/win_scheduled_task.py
@@ -18,6 +18,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_scheduled_task
diff --git a/windows/win_share.py b/windows/win_share.py
index 14608e6e..bca7646c 100644
--- a/windows/win_share.py
+++ b/windows/win_share.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_share
diff --git a/windows/win_timezone.py b/windows/win_timezone.py
index 2f7cf1fd..02b9bb9c 100644
--- a/windows/win_timezone.py
+++ b/windows/win_timezone.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_timezone
diff --git a/windows/win_unzip.py b/windows/win_unzip.py
index b24e6c6b..708a9098 100644
--- a/windows/win_unzip.py
+++ b/windows/win_unzip.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_unzip
diff --git a/windows/win_updates.py b/windows/win_updates.py
index 8700126c..3fa5d0e3 100644
--- a/windows/win_updates.py
+++ b/windows/win_updates.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_updates
diff --git a/windows/win_uri.py b/windows/win_uri.py
index b5ab0f69..f9e923df 100644
--- a/windows/win_uri.py
+++ b/windows/win_uri.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = """
---
module: win_uri
diff --git a/windows/win_webpicmd.py b/windows/win_webpicmd.py
index 215123ce..3fc9d7d4 100644
--- a/windows/win_webpicmd.py
+++ b/windows/win_webpicmd.py
@@ -21,6 +21,10 @@
# this is a windows documentation stub. actual code lives in the .ps1
# file of the same name
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: win_webpicmd