summaryrefslogtreecommitdiff
path: root/web_infrastructure
diff options
context:
space:
mode:
Diffstat (limited to 'web_infrastructure')
-rw-r--r--web_infrastructure/apache2_module.py4
-rw-r--r--web_infrastructure/django_manage.py4
-rw-r--r--web_infrastructure/htpasswd.py4
-rw-r--r--web_infrastructure/supervisorctl.py4
4 files changed, 16 insertions, 0 deletions
diff --git a/web_infrastructure/apache2_module.py b/web_infrastructure/apache2_module.py
index 2e5060d3..34d736d4 100644
--- a/web_infrastructure/apache2_module.py
+++ b/web_infrastructure/apache2_module.py
@@ -16,6 +16,10 @@
# You should have received a copy of the GNU General Public License
# along with this software. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: apache2_module
diff --git a/web_infrastructure/django_manage.py b/web_infrastructure/django_manage.py
index b21c2834..efd32a33 100644
--- a/web_infrastructure/django_manage.py
+++ b/web_infrastructure/django_manage.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: django_manage
diff --git a/web_infrastructure/htpasswd.py b/web_infrastructure/htpasswd.py
index 84a2cbdd..0c5d8bea 100644
--- a/web_infrastructure/htpasswd.py
+++ b/web_infrastructure/htpasswd.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: htpasswd
version_added: "1.3"
diff --git a/web_infrastructure/supervisorctl.py b/web_infrastructure/supervisorctl.py
index 35d40928..84c8ece7 100644
--- a/web_infrastructure/supervisorctl.py
+++ b/web_infrastructure/supervisorctl.py
@@ -21,6 +21,10 @@
import os
from ansible.module_utils.basic import AnsibleModule, is_executable
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: supervisorctl