summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/doc_fragments/hcloud.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/doc_fragments/hcloud.py')
-rw-r--r--lib/ansible/plugins/doc_fragments/hcloud.py26
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/ansible/plugins/doc_fragments/hcloud.py b/lib/ansible/plugins/doc_fragments/hcloud.py
deleted file mode 100644
index a92b30268e..0000000000
--- a/lib/ansible/plugins/doc_fragments/hcloud.py
+++ /dev/null
@@ -1,26 +0,0 @@
-# -*- coding: utf-8 -*-
-# Copyright: (c) 2019, Hetzner Cloud GmbH <info@hetzner-cloud.de>
-# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-
-
-class ModuleDocFragment(object):
-
- DOCUMENTATION = '''
-options:
- api_token:
- description:
- - This is the API Token for the Hetzner Cloud.
- required: True
- type: str
- endpoint:
- description:
- - This is the API Endpoint for the Hetzner Cloud.
- default: https://api.hetzner.cloud/v1
- type: str
-requirements:
- - hcloud-python >= 1.0.0
-seealso:
-- name: Documentation for Hetzner Cloud API
- description: Complete reference for the Hetzner Cloud API.
- link: https://docs.hetzner.cloud/
-'''