Lukas Kämmerling
6e171f231f
hcloud_server: Change backups default to None ( #97 )
...
When the default is set to false, it always disables the backups when a user do not specify the backups to True always. This shouldn't be the case.
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2021-07-19 07:21:09 +02:00
Lukas Kämmerling
ffd998a0d6
hcloud_server: Improve Error Message when attaching a not existing firewall ( #96 )
2021-07-16 11:37:33 +02:00
Lukas Kämmerling
f4b336a444
hcloud_volume: Force detaching volume on deletion ( #95 )
...
Force detaching of volumes before deleting when they are still attached to a server. This makes it easier for tools like molecule to see the correct state.
2021-07-16 10:55:08 +02:00
Lukas Kämmerling
5d6b5b7c3f
Add full collection name as option to inventory plugin ( #90 )
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2021-05-27 08:14:13 +02:00
Lukas Kämmerling
a3ee69a303
Improve handling of out rules in hcloud_firewall ( #89 )
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2021-05-27 08:13:57 +02:00
Andrew Klychkov
2c9d708d86
Update codecov.sh URL ( #83 )
2021-05-04 07:32:25 +02:00
Lukas Kämmerling
20340fe977
Prepare Release v1.4.3
2021-04-22 10:25:59 +02:00
Lukas Kämmerling
c5e8e980f6
cloud_server Improve error handling when using not existing server types ( #81 )
2021-04-22 10:24:41 +02:00
Lukas Kämmerling
04ef10041e
Fix compatibility of hcloud_server module with python version lower than python 3.6 ( #80 )
2021-04-22 08:39:34 +02:00
Lukas Kämmerling
92b6ff064b
Prepare release 1.4.2
2021-04-14 09:59:11 +02:00
Lukas Kämmerling
45af6f150c
Fix inventory: server type had the wrong value ( #78 )
2021-04-14 09:57:35 +02:00
Andrew Klychkov
c46d09bda5
Tests: add testing against 2.11 ( #75 )
...
* Tests: add testing against 2.11
* Fix
2021-04-08 14:00:14 +02:00
Lukas Kämmerling
737c14736e
Prepare Release 1.4.1
2021-04-07 08:18:34 +02:00
Tobias Fischer
a393f4e862
expand template instructions in 'token' property ( #49 )
...
fixes #48
2021-04-07 08:17:03 +02:00
Lukas Kämmerling
ded9d9ddf8
hcloud_server - improve image handling ( #74 )
2021-04-07 08:15:10 +02:00
Lukas Kämmerling
9eb083728a
Prepare v1.4.0
2021-04-06 12:27:52 +02:00
Lukas Kämmerling
e2dfd884e4
hcloud_load_balancer_service - fix imported wrong HealthCheck from hcloud-python
2021-04-06 12:25:40 +02:00
Lukas Kämmerling
e16ae06ea3
Add managed certs support ( #72 )
2021-04-06 11:59:59 +02:00
René Moser
cf4b59257a
hcloud_firewall, hcloud_server: fix idempotence ( #71 )
...
* hcloud_firewall, hcloud_server: extend tests for idempotence
* trigger tests
* hcloud_firewall, hcloud_server: fix idempotency
2021-04-06 11:28:38 +02:00
Andrew Klychkov
b9df6723d2
AZP: update default test container version ( #69 )
2021-03-26 10:58:17 +01:00
Lukas Kämmerling
36d371644f
Move azure pipelines to main branch
2021-03-26 10:08:48 +01:00
Andrew Klychkov
a05de55f30
[security] hcloud_certificate, hcloud_server: define no_log values for private_key and ssh_keys parameters ( #70 )
...
* hcloud_certificate, hcloud_server: define no_log values for private_key and ssh_keys parameters
* Add changelog fragment
2021-03-26 10:02:52 +01:00
Lukas Kämmerling
9f653cb030
Prepare Release v1.3.1
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2021-03-18 11:04:05 +01:00
Lukas Kämmerling
515a6d186a
Fix documentation link
2021-03-17 10:27:57 +01:00
René Moser
5b0837d159
hcloud_server: fix traceback in check mode ( #64 )
...
* hcloud_server: fix traceback in check mode
if server not exists.
* add changelog
2021-03-12 14:22:47 +01:00
Lukas Kämmerling
3621a52687
Prepare Release v1.3.0
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2021-03-11 11:15:37 +01:00
Lukas Kämmerling
3c3a4771a7
Implement Firewall Support ( #63 )
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2021-03-11 11:07:41 +01:00
John R Barker
e3d7bd9e60
Merge pull request #62 from gundalow/ci-badges
...
Ci badges
2021-03-05 16:34:37 +00:00
John R Barker
ed3b3191f7
AZP and codecoverage badges
2021-03-05 16:01:25 +00:00
John R Barker
6e8ca4af5d
Merge pull request #1 from ansible-collections/master
...
update
2021-03-05 15:59:27 +00:00
Lukas Kämmerling
eb45ae014c
Fix error handling and add test cases ( #58 )
...
* Fix error handling and add test cases
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2021-02-24 13:37:58 +01:00
Andrew Klychkov
0a27de6fc6
azure-pipelines: update default container version ( #59 )
2021-02-23 11:07:35 +01:00
Lukas Kämmerling
f59c76de2b
Improve Error handling on SSH Key creation ( #57 )
2021-02-23 10:05:32 +01:00
Lukas Kämmerling
9af840105a
Fix image NoneType exception in hcloud_network_info ( #56 )
2021-02-23 06:47:53 +01:00
John R Barker
0d955cab88
AZP fixes ( #52 )
...
* Tidy up files
* Add Sanity ignore files
* Use master as branch name instead of main
* Use targets in integration jobs
* Remove tests/sanity/requirements.txt (not used by ansible-test)
* sanity: prevent import exception for inventory script
Co-authored-by: David Moreau Simard <moi@dmsimard.com>
2021-02-22 16:25:44 -05:00
John Barker
39172b0032
AZP - Stage names
2021-02-03 11:59:48 +00:00
John Barker
68241982ed
Initial Azure Pipelines configuration
2021-02-03 11:45:44 +00:00
Lukas Kämmerling
c8b502dba1
Prepare Release v1.2.1
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2020-12-16 15:22:10 +01:00
Lukas Kämmerling
c26039cabf
Fix Sanity tests: doc-default-does-not-match-spec ( #46 )
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2020-12-08 07:37:54 +01:00
Lukas Kämmerling
ff359431a1
Restore Python 2.7 support ( #45 )
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2020-12-07 08:30:50 +01:00
Lukas Kämmerling
4f9881b7a0
Prepare Release v1.2.0
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2020-12-01 11:34:37 +01:00
Robert Kaussow
0d8a8bf7f3
add token_env option to load token from custom env variable ( #43 )
...
Co-authored-by: Lukas Kämmerling <github@lukas-kaemmerling.de>
2020-12-01 08:39:08 +01:00
Lukas Kämmerling
857a9ce526
Allow updating hcloud_server_network ( #42 )
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2020-11-30 09:42:33 +01:00
Lukas Kämmerling
0617bc65f8
Add hcloud_load_balancer_info module ( #41 )
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2020-11-27 12:25:06 +01:00
Lukas Kämmerling
8bb449d3de
Improve imports of APIException ( #37 )
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2020-11-24 06:39:21 +01:00
Lukas Kämmerling
207d68677a
Add vswitch Integration ( #35 )
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2020-11-06 11:00:16 +01:00
Lukas Kämmerling
45ced2b206
Prepare Release 1.1.0
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2020-10-05 11:21:57 +02:00
ohdearaugustin
e59b91ca86
Fix Floating IP assignment is not idempotent ( #32 )
2020-10-05 11:09:00 +02:00
Lukas Kämmerling
fe84174cb6
Allow creating resources with protection ( #30 )
...
* Allow all supporting resources to be created with protection
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2020-10-01 11:09:51 +02:00
Lukas Kämmerling
87d989fcbe
Allow setting Floating IP RDNS entries with hcloud_rdns ( #27 )
...
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2020-09-08 08:13:10 +02:00