Commit graph

10 commits

Author SHA1 Message Date
381970f626
rename_host instruction 2022-11-06 13:54:13 +01:00
74e0f92595
Documentation rewrite 2022-11-01 10:31:14 +01:00
3f38940a9c
Restructured into a collection 2022-10-07 22:29:53 +02:00
cf4462da91 README updated to mention vars 2022-09-18 10:16:53 +02:00
446280ab6e run_once clause
When the run_once clause is present and set to a truthy value, the
instruction it is attached to will only be executed the first time it is
encountered.
2022-09-17 12:22:40 +02:00
6ca723c74e Doc update regarding variables' behavior 2022-09-17 10:30:37 +02:00
7b44cdc731 create_group - add_host and parent options
* The `add_host` option can be used to add the current host to the
    group being created. It avoids having to use a separate `add_host`
    instruction in this case.
  * The `parent` option can specify the parent group. It avoids having
    to use a separate `add_child` instruction in this case.
2022-09-03 10:43:01 +02:00
9d7ea81783 README updated to mention blocks 2022-09-02 20:29:40 +02:00
5f719d7ab8 "block" instruction implemented
The "block" instruction allows mulitple instructions to be grouped in
order to be executed based on a single condition, in a common loop, with
a local variable scope. In addition, it provides a way to recover from
errors.
2022-09-02 20:26:36 +02:00
d658089183 README and COPYING files added 2022-09-02 18:25:52 +02:00