diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-20 19:15:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-20 19:15:51 -0300 |
commit | aafc0161f938bb29d42f6de001866ad824168716 (patch) | |
tree | 759852bb79579690953487027eb8b6414154b59b | |
parent | 955a3ab2b8e6c7555528fe09588e44c45b149597 (diff) | |
download | hydra-aafc0161f938bb29d42f6de001866ad824168716.tar.gz hydra-aafc0161f938bb29d42f6de001866ad824168716.tar.bz2 |
Updates TODO
-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 |