1
0
Fork 0
Commit-Graph

95 Commits

Autor SHA1 Nachricht Datum
2671cb7401 better formatting 2023-12-09 13:04:21 +01:00
855b1c0466 fixed dependency and removed unused script 2023-11-26 16:13:11 +01:00
283e551204 migrated the module_utils to an indipendent repository 2023-11-26 10:53:45 +01:00
affe76fbcf removed tests 2023-11-24 21:45:50 +01:00
4242ce0c95 added more keys 2023-11-23 19:08:51 +01:00
920da46658 added boolean handling 2023-11-23 18:54:34 +01:00
1c3d89e961 removed an missunderstanding in the docs 2023-07-16 10:20:44 +02:00
e845a06d09 fixed an typing error 2023-07-16 09:30:48 +02:00
48872edc14 fixed galaxy.yml 2023-07-16 09:26:01 +02:00
9e2b4eef8b added an bare netdev module to create netdevs 2023-07-16 09:24:45 +02:00
5feb959f42 added virtualization and negative matches to link and network 2023-07-15 22:25:59 +02:00
62e4cbe040 fixed the default description 2023-05-01 10:29:21 +02:00
dcc685616b sockets and targets are now not restarted on changes 2023-04-26 19:03:26 +02:00
70e0146d02 new release 0.3.1 2023-04-26 19:02:06 +02:00
23d1c655f4 added an minimum ansible version 2023-04-26 19:01:48 +02:00
de7292f3e6 moved the makefile 2023-04-26 19:01:27 +02:00
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
20bb6b1f16 added typehints for the reload mixin 2023-04-26 19:00:16 +02:00
c3404200a9 map_param now adds newlines to the lines it generates 2023-04-26 18:58:30 +02:00
ec82abe3d4 new release 0.3.0 2023-04-23 22:18:25 +02:00
c47418cace fixed name of modspec import 2023-04-23 19:37:49 +02:00
6e1182048e fixed map_param 2023-04-23 11:26:41 +02:00
7246f9bfcb added socket module 2023-04-23 10:37:23 +02:00
afa7299fcd updated units to the current state 2023-04-23 10:32:42 +02:00
7bec7376db fixed the description generation part of docify 2023-04-23 10:25:03 +02:00
931ed6d4f8 removed the SUnit function from the mixin 2023-04-23 10:21:38 +02:00
a02d261fe3 updated the docify function 2023-04-23 10:21:14 +02:00
c72de48b62 added an AnsibleParameter Type Alias and replaced all the old usage of _sdict with it 2023-04-23 10:03:10 +02:00
2e0ae0267f updated the update_doc module for the new example unit 2023-04-23 09:36:24 +02:00
ebfe00d1a4 added an example unitfile 2023-04-23 09:34:10 +02:00
e006d94584 added an mixin for reloading and restarting changed services 2023-04-23 09:33:47 +02:00
e94dbec9f4 eased the redability of the installable decorator 2023-04-23 09:30:43 +02:00
3888436ad4 added unitfile as an result 2023-04-23 09:29:04 +02:00
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
f2f3580337 moved the doc generation to an recursive function 2023-04-23 09:17:41 +02:00
d2375e07a6 fixed the raise of KeyError since all values are None if unset 2023-04-23 09:16:48 +02:00
1884f4045e moved type definitons completly to overloaded methods 2023-04-23 09:15:37 +02:00
e4f25c2ffa fixed an problem with arguments that got updated in different modules 2023-04-23 09:13:07 +02:00
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
a2174af565 changed the complicated _Type to an simple type and Types to an instance 2023-04-23 09:06:46 +02:00
e66ef401a9 fixed name 2023-04-21 21:14:30 +02:00
9ccdc46248 somemore debugging 2023-04-21 21:11:24 +02:00
b6a77ebd6d added some debugging 2023-04-21 21:09:12 +02:00
6668d82f40 fixed get 2023-04-21 21:05:03 +02:00
aa1a4db56c added missing __unit cache 2023-04-21 20:56:16 +02:00
d1390f7150 fixed path generation 2023-04-21 20:53:09 +02:00
68e2560dc1 added the missing prepare 2023-04-21 20:52:00 +02:00
49c3ef1ae7 allow_isolate is now used 2023-04-21 20:49:21 +02:00
76f4e64081 generalized the systemdbool function 2023-04-21 20:49:07 +02:00
e2dea89599 forgot an import 2023-04-21 20:40:06 +02:00