Jonas L
|
6844317920
|
refactor: fix pylint invalid variable name (#312)
##### SUMMARY
Pylint complains about too short/meaningless variable names. We want to
be explicit when naming variables.
|
2023-08-25 16:19:15 +02:00 |
|
Jonas L
|
a0e91d942a
|
refactor: rename ansible module classes (#284)
* refactor: rename Hcloud class to AnsibleHCloud
* refactor: rename AnsibleHCloud* modules
* refactor: remove Hcloud deprecation wrapper
|
2023-08-04 09:24:14 +02:00 |
|
Jonas L
|
98afa99904
|
refactor: use super() to reference parent class (#280)
|
2023-08-02 12:05:00 +02:00 |
|
Jonas L
|
64b6804b41
|
refactor: use relative imports for local modules (#279)
|
2023-07-31 10:12:55 +02:00 |
|
Jonas L
|
c15377c672
|
feat: improve hcloud library exceptions handling (#243)
|
2023-07-20 14:34:48 +02:00 |
|
Jonas L
|
51f705c343
|
chore: use fqcn module names (#273)
|
2023-07-20 12:14:57 +02:00 |
|
Jonas L
|
0fcf4aad22
|
refactor: use new to_native function path (#238)
e535eb625b/lib/ansible/module_utils/_text.py
|
2023-06-27 13:17:21 +02:00 |
|
Jonas L
|
dfff49e31f
|
chore: setup pre-commit (#234)
* chore: add pre-commit config
* chore: fix pre-commit errors
* chore: add black pre-commit hook
* style: format python files with black
* chore: add isort pre-commit hook
* style: format python files using isort
* chore: add pyupgrade pre-commit hook
* refactor: upgrade code to python3.7
* Allow stacking PRs
Co-authored-by: Julian Tölle <julian.toelle97@gmail.com>
---------
Co-authored-by: Julian Tölle <julian.toelle97@gmail.com>
|
2023-06-27 11:50:13 +02:00 |
|
Julian Tölle
|
43ae035040
|
lint: fix unused-import errors (#195)
The linting rule `unused-import` was recently activated in ansible-test.
This commit removes all unused imports to satify the linting rule.
|
2023-03-31 09:01:22 +02:00 |
|
Lukas Kämmerling
|
0965f79093
|
Add support for Primary IPs (#141)
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
|
2022-06-29 09:58:01 +02:00 |
|
Adrian Huber
|
b85f221340
|
Add support for LB DNS PTRs (#103)
* Add support for Load Balancer DNS PTRs
* Add changelogs
|
2021-08-17 14:48:12 +02:00 |
|
Lukas Kämmerling
|
2be9ff3240
|
hcloud_rdns improve error message on not existing server/Floating IP (#99)
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
|
2021-07-22 09:24:11 +02: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 |
|
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
|
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 |
|
Lukas Kämmerling
|
6d83275ffa
|
Polish old modules and collection for release (#11)
|
2020-06-29 13:53:01 +02:00 |
|
Ansible Core Team
|
36309bd27a
|
Initial commit
|
2020-03-09 13:36:01 +00:00 |
|