diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-04 14:56:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-04 14:56:59 -0300 |
commit | 786ff87aba046db856e614279af8afdea079f032 (patch) | |
tree | 986e16243ddce502f33dde76a94382424fd4086e /docs/todo.md | |
parent | 5b96f65edfc8ed1d37884fb3ee5f21edab443888 (diff) | |
download | hydra-786ff87aba046db856e614279af8afdea079f032.tar.gz hydra-786ff87aba046db856e614279af8afdea079f032.tar.bz2 |
TODO: hydra: deploy: collect basic hardware information
Diffstat (limited to 'docs/todo.md')
-rw-r--r-- | docs/todo.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/todo.md b/docs/todo.md index 8acf475..f2c1862 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -3,6 +3,9 @@ ## hydra * [ ] Deploy: + * [ ] Collect basic hardware information along with facts: cpuid, + dmidecode, hwinfo, lsblk, lscpu, lshw, lspci, lsusb etc. + Store somewhere under the `config/hardware` folder? * [ ] Command line is broken for ansible when multiple nodes are provided. * [ ] Use console-based GnuPG agent when calling `keyringer`. * [ ] Automatically fix permission of (or delete) puppet's `devices` |