summaryrefslogtreecommitdiff
path: root/database/influxdb
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 /database/influxdb
parentca3eb7c89082682ff366546577c3db36945bf5ed (diff)
downloadansible-modules-extras-6c7d63b15c77126b4d6a8a7668545555578469c5.tar.gz
Refreshed metadata for extras modules
Diffstat (limited to 'database/influxdb')
-rw-r--r--database/influxdb/influxdb_database.py4
-rw-r--r--database/influxdb/influxdb_retention_policy.py4
2 files changed, 8 insertions, 0 deletions
diff --git a/database/influxdb/influxdb_database.py b/database/influxdb/influxdb_database.py
index 7cedc44d..2e124585 100644
--- a/database/influxdb/influxdb_database.py
+++ b/database/influxdb/influxdb_database.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: influxdb_database
diff --git a/database/influxdb/influxdb_retention_policy.py b/database/influxdb/influxdb_retention_policy.py
index ec4c32da..7541b3df 100644
--- a/database/influxdb/influxdb_retention_policy.py
+++ b/database/influxdb/influxdb_retention_policy.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: influxdb_retention_policy