1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

Implement Load Balancers and Certificates and prepare release (#13)

This commit is contained in:
Lukas Kämmerling 2020-06-29 15:41:30 +02:00 committed by GitHub
parent 6d83275ffa
commit 769a63ff22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 2817 additions and 18 deletions

View file

@ -238,13 +238,13 @@ hcloud_server:
type: bool
returned: always
sample: false
version_added: "1.0.0"
version_added: "0.1.0"
rebuild_protection:
description: True if server is protected for rebuild
type: bool
returned: always
sample: false
version_added: "1.0.0"
version_added: "0.1.0"
"""
from ansible.module_utils.basic import AnsibleModule