diff options
-rw-r--r-- | TODO.md | 6 | ||||
-rw-r--r-- | share/hydra/inventory | 0 |
2 files changed, 4 insertions, 2 deletions
@@ -6,7 +6,7 @@ Hydra - ansible integration. - module-commit: - - check and set git-flow in all repositories. + - check and set git-flow and production branch in all repositories. - check, install and test puppet pre-commit via git-hooks on all repositories using module-commit. - bootless: properly support `$subdevice` in parted or always use first partition (like `/dev/sdb1`). - ssh-config: hydra integration. @@ -19,7 +19,9 @@ Hydra Hydractl -------- -- provision: config parser using a custom function with `include` directive, avoiding `source`. +- provision: + - command line parameters using key=value pairs. + - config parser using a custom function with `include` directive, avoiding `source`. - install: PREFIX support. - deploy: install keys - upgrade: run docker upgrade on all available images. diff --git a/share/hydra/inventory b/share/hydra/inventory new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/share/hydra/inventory |