summaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
Diffstat (limited to 'utilities')
-rw-r--r--utilities/helper/_accelerate.py4
-rw-r--r--utilities/helper/_fireball.py4
-rw-r--r--utilities/helper/meta.py4
-rw-r--r--utilities/logic/assert.py4
-rw-r--r--utilities/logic/async_status.py4
-rw-r--r--utilities/logic/debug.py4
-rw-r--r--utilities/logic/fail.py4
-rw-r--r--utilities/logic/include.py4
-rw-r--r--utilities/logic/include_role.py4
-rw-r--r--utilities/logic/include_vars.py4
-rw-r--r--utilities/logic/pause.py4
-rw-r--r--utilities/logic/set_fact.py4
-rw-r--r--utilities/logic/wait_for.py4
13 files changed, 52 insertions, 0 deletions
diff --git a/utilities/helper/_accelerate.py b/utilities/helper/_accelerate.py
index c00646fc..5bd38931 100644
--- a/utilities/helper/_accelerate.py
+++ b/utilities/helper/_accelerate.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': ['deprecated'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: accelerate
diff --git a/utilities/helper/_fireball.py b/utilities/helper/_fireball.py
index ba0770d7..d3bc837f 100644
--- a/utilities/helper/_fireball.py
+++ b/utilities/helper/_fireball.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': ['deprecated'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: fireball
diff --git a/utilities/helper/meta.py b/utilities/helper/meta.py
index 76bcf739..a89bfc5d 100644
--- a/utilities/helper/meta.py
+++ b/utilities/helper/meta.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': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
module: meta
short_description: Execute Ansible 'actions'
diff --git a/utilities/logic/assert.py b/utilities/logic/assert.py
index f37e6bf5..875fc6e8 100644
--- a/utilities/logic/assert.py
+++ b/utilities/logic/assert.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': ['stableinterface'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: assert
diff --git a/utilities/logic/async_status.py b/utilities/logic/async_status.py
index c0e2526d..7093cd32 100644
--- a/utilities/logic/async_status.py
+++ b/utilities/logic/async_status.py
@@ -19,6 +19,10 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+ANSIBLE_METADATA = {'status': ['stableinterface'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: async_status
diff --git a/utilities/logic/debug.py b/utilities/logic/debug.py
index f28dc538..8e8f16ca 100644
--- a/utilities/logic/debug.py
+++ b/utilities/logic/debug.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': ['stableinterface'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: debug
diff --git a/utilities/logic/fail.py b/utilities/logic/fail.py
index 0957b597..544758ad 100644
--- a/utilities/logic/fail.py
+++ b/utilities/logic/fail.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': ['stableinterface'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: fail
diff --git a/utilities/logic/include.py b/utilities/logic/include.py
index e5c2face..3de1e198 100644
--- a/utilities/logic/include.py
+++ b/utilities/logic/include.py
@@ -8,6 +8,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': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
author:
diff --git a/utilities/logic/include_role.py b/utilities/logic/include_role.py
index 40208764..843a873b 100644
--- a/utilities/logic/include_role.py
+++ b/utilities/logic/include_role.py
@@ -8,6 +8,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': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
author:
diff --git a/utilities/logic/include_vars.py b/utilities/logic/include_vars.py
index 571ddf58..8e7f4aa1 100644
--- a/utilities/logic/include_vars.py
+++ b/utilities/logic/include_vars.py
@@ -8,6 +8,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': ['stableinterface'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
author: "Allen Sanabria (@linuxdynasty)"
diff --git a/utilities/logic/pause.py b/utilities/logic/pause.py
index 5290a632..0fed099b 100644
--- a/utilities/logic/pause.py
+++ b/utilities/logic/pause.py
@@ -15,6 +15,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': ['stableinterface'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: pause
diff --git a/utilities/logic/set_fact.py b/utilities/logic/set_fact.py
index 881f69fe..c106ef74 100644
--- a/utilities/logic/set_fact.py
+++ b/utilities/logic/set_fact.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': ['stableinterface'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
author: "Dag Wieers (@dagwieers)"
diff --git a/utilities/logic/wait_for.py b/utilities/logic/wait_for.py
index 46be2ff0..55f88fc8 100644
--- a/utilities/logic/wait_for.py
+++ b/utilities/logic/wait_for.py
@@ -37,6 +37,10 @@ try:
except ImportError:
pass
+ANSIBLE_METADATA = {'status': ['stableinterface'],
+ 'supported_by': 'core',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: wait_for