1
0
Fork 0
Commit graph

82 Commits

Autor SHA1 Nachricht Datum
Sebastian Tobie 8ee18934a9 updated the dependency sebastian.base to the 0.4.0 methods 2024-03-09 00:13:24 +01:00
Sebastian Tobie 548dacd614 some formatting 2024-03-04 23:07:40 +01:00
Sebastian Tobie 1755385a6b renamed Module 2024-03-04 23:07:27 +01:00
Sebastian Tobie d64aeaa4fa added timer module 2024-02-24 11:33:30 +01:00
Sebastian Tobie 8efa463b3d bumped the version to include the print fix 2024-02-24 11:05:03 +01:00
Sebastian Tobie e1b9a7928e removed the __init__.py 2024-02-11 23:35:05 +01:00
Sebastian Tobie 872e1c1883 another fix for the import 2024-02-11 20:59:50 +01:00
Sebastian Tobie f843ffdef3 fixed the import of the module to the correct one 2024-02-11 20:35:06 +01:00
Sebastian Tobie dd8493d059 fixed the missing space 2024-02-11 14:39:52 +01:00
Sebastian Tobie 3198a0d064 fixed the import 2024-02-11 14:35:00 +01:00
Sebastian Tobie 2671cb7401 better formatting 2023-12-09 13:04:21 +01:00
Sebastian Tobie 283e551204 migrated the module_utils to an indipendent repository 2023-11-26 10:53:45 +01:00
Sebastian Tobie 4242ce0c95 added more keys 2023-11-23 19:08:51 +01:00
Sebastian Tobie 920da46658 added boolean handling 2023-11-23 18:54:34 +01:00
Sebastian Tobie 1c3d89e961 removed an missunderstanding in the docs 2023-07-16 10:20:44 +02:00
Sebastian Tobie e845a06d09 fixed an typing error 2023-07-16 09:30:48 +02:00
Sebastian Tobie 9e2b4eef8b added an bare netdev module to create netdevs 2023-07-16 09:24:45 +02:00
Sebastian Tobie 5feb959f42 added virtualization and negative matches to link and network 2023-07-15 22:25:59 +02:00
Sebastian Tobie 62e4cbe040 fixed the default description 2023-05-01 10:29:21 +02:00
Sebastian Tobie dcc685616b sockets and targets are now not restarted on changes 2023-04-26 19:03:26 +02:00
Sebastian Tobie 3e0cb17222 added the ability for the author of the module to decide if the module is not restartable/needs restarts 2023-04-26 19:01:08 +02:00
Sebastian Tobie 20bb6b1f16 added typehints for the reload mixin 2023-04-26 19:00:16 +02:00
Sebastian Tobie c3404200a9 map_param now adds newlines to the lines it generates 2023-04-26 18:58:30 +02:00
Sebastian Tobie c47418cace fixed name of modspec import 2023-04-23 19:37:49 +02:00
Sebastian Tobie 6e1182048e fixed map_param 2023-04-23 11:26:41 +02:00
Sebastian Tobie 7246f9bfcb added socket module 2023-04-23 10:37:23 +02:00
Sebastian Tobie afa7299fcd updated units to the current state 2023-04-23 10:32:42 +02:00
Sebastian Tobie 7bec7376db fixed the description generation part of docify 2023-04-23 10:25:03 +02:00
Sebastian Tobie 931ed6d4f8 removed the SUnit function from the mixin 2023-04-23 10:21:38 +02:00
Sebastian Tobie a02d261fe3 updated the docify function 2023-04-23 10:21:14 +02:00
Sebastian Tobie c72de48b62 added an AnsibleParameter Type Alias and replaced all the old usage of _sdict with it 2023-04-23 10:03:10 +02:00
Sebastian Tobie ebfe00d1a4 added an example unitfile 2023-04-23 09:34:10 +02:00
Sebastian Tobie e006d94584 added an mixin for reloading and restarting changed services 2023-04-23 09:33:47 +02:00
Sebastian Tobie e94dbec9f4 eased the redability of the installable decorator 2023-04-23 09:30:43 +02:00
Sebastian Tobie 3888436ad4 added unitfile as an result 2023-04-23 09:29:04 +02:00
Sebastian Tobie f7880850dc added map_param to ease the generation simple parameters for systemd.
it reduces the boilerplate for simple key-value parameters
2023-04-23 09:23:15 +02:00
Sebastian Tobie f2f3580337 moved the doc generation to an recursive function 2023-04-23 09:17:41 +02:00
Sebastian Tobie d2375e07a6 fixed the raise of KeyError since all values are None if unset 2023-04-23 09:16:48 +02:00
Sebastian Tobie 1884f4045e moved type definitons completly to overloaded methods 2023-04-23 09:15:37 +02:00
Sebastian Tobie e4f25c2ffa fixed an problem with arguments that got updated in different modules 2023-04-23 09:13:07 +02:00
Sebastian Tobie 652b7e961d added modspec as an helper function.
it has the typedefinition that allows the developer to get the required parameters for ansible modules more easily
2023-04-23 09:08:44 +02:00
Sebastian Tobie a2174af565 changed the complicated _Type to an simple type and Types to an instance 2023-04-23 09:06:46 +02:00
Sebastian Tobie e66ef401a9 fixed name 2023-04-21 21:14:30 +02:00
Sebastian Tobie 9ccdc46248 somemore debugging 2023-04-21 21:11:24 +02:00
Sebastian Tobie b6a77ebd6d added some debugging 2023-04-21 21:09:12 +02:00
Sebastian Tobie 6668d82f40 fixed get 2023-04-21 21:05:03 +02:00
Sebastian Tobie aa1a4db56c added missing __unit cache 2023-04-21 20:56:16 +02:00
Sebastian Tobie d1390f7150 fixed path generation 2023-04-21 20:53:09 +02:00
Sebastian Tobie 68e2560dc1 added the missing prepare 2023-04-21 20:52:00 +02:00
Sebastian Tobie 49c3ef1ae7 allow_isolate is now used 2023-04-21 20:49:21 +02:00