7f5ec3ac29
Use context instead of global vars
2025-01-20 10:42:15 +00:00
54b6fd0377
Refactor, implement inventory, add examples
2025-01-19 19:21:35 +00:00
2e03da3e01
Get rid of scratch-dir from context
...
Leave it to the actions to deal with their own temporary file clean-up.
2025-01-10 16:03:45 +00:00
93820dc307
Some refactoring, and implement stat
...
Add convenience functions run and must to the context module, and remove
the similar functions from connection.
In the connection module, rename %run to connection-run now that that
function has moved to context.
2025-01-08 18:27:46 +00:00
5360e73d60
Add macro to simplify task context references
2025-01-08 09:13:19 +00:00
b4cdfc341a
Support for context vars without macros
2025-01-07 18:09:10 +00:00
af16ee29b6
Test vars and overrides
2025-01-06 22:08:33 +00:00
Ray Miller
f2f88ce0dc
Try to make context vars nestable in task action args
2025-01-06 20:49:42 +00:00
52f011267b
Some refactoring
...
* Don't export record field setters (unless required)
* Remove get- prefix from record getters
* Introduce handlers (simplified tasks)
2025-01-05 19:10:42 +00:00
297d779ea4
Implement trigger handlers
2025-01-05 18:24:33 +00:00
c290a5caea
Implement tasks and plays
2025-01-05 17:43:09 +00:00