summaryrefslogtreecommitdiff
path: root/cloud/google
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/google')
-rw-r--r--cloud/google/gc_storage.py4
-rw-r--r--cloud/google/gce.py4
-rw-r--r--cloud/google/gce_lb.py4
-rw-r--r--cloud/google/gce_mig.py4
-rw-r--r--cloud/google/gce_net.py4
-rw-r--r--cloud/google/gce_pd.py4
6 files changed, 24 insertions, 0 deletions
diff --git a/cloud/google/gc_storage.py b/cloud/google/gc_storage.py
index a032c63c..6a5e9023 100644
--- a/cloud/google/gc_storage.py
+++ b/cloud/google/gc_storage.py
@@ -14,6 +14,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: gc_storage
diff --git a/cloud/google/gce.py b/cloud/google/gce.py
index aa06d9c8..802a7a13 100644
--- a/cloud/google/gce.py
+++ b/cloud/google/gce.py
@@ -16,6 +16,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: gce
diff --git a/cloud/google/gce_lb.py b/cloud/google/gce_lb.py
index 32233d4b..dc31bb3b 100644
--- a/cloud/google/gce_lb.py
+++ b/cloud/google/gce_lb.py
@@ -16,6 +16,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: gce_lb
diff --git a/cloud/google/gce_mig.py b/cloud/google/gce_mig.py
index 37b17de0..024055df 100644
--- a/cloud/google/gce_mig.py
+++ b/cloud/google/gce_mig.py
@@ -16,6 +16,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: gce_mig
diff --git a/cloud/google/gce_net.py b/cloud/google/gce_net.py
index 128fdb41..aec0a294 100644
--- a/cloud/google/gce_net.py
+++ b/cloud/google/gce_net.py
@@ -16,6 +16,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: gce_net
diff --git a/cloud/google/gce_pd.py b/cloud/google/gce_pd.py
index f71442b1..a6458067 100644
--- a/cloud/google/gce_pd.py
+++ b/cloud/google/gce_pd.py
@@ -16,6 +16,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: gce_pd