diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-10-13 18:50:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-10-13 18:50:27 -0300 |
commit | 487fa1c0e164c6ab7a0e82369cf70ed04797bef8 (patch) | |
tree | eaa4912489f32873a89706bf0aba3649a59352af | |
parent | 20d3ce7423d9a1b93649775d3c793e9d94980716 (diff) | |
download | hydra-487fa1c0e164c6ab7a0e82369cf70ed04797bef8.tar.gz hydra-487fa1c0e164c6ab7a0e82369cf70ed04797bef8.tar.bz2 |
Updates TODO
-rw-r--r-- | doc/todo.rst | 5 | ||||
-rwxr-xr-x | share/hydractl/provision | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/todo.rst b/doc/todo.rst index 9e26757..8fbc6ef 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -2,6 +2,7 @@ TODO ==== * mount-media: lvm support. +* import-keys: do not use ssh if host is localhost. * import-certs: * concat.pem. * restart services. @@ -10,5 +11,7 @@ TODO * per-node compiled files (node/nodename.yaml and secrets/node/nodename.yaml). * backups: automatic definitions for per-node backup::users. * deploy: lockfile. -* provision: RAID support. +* provision: + * RAID support. + * SSH installation should be optional and disabled for TPC profile. * docs. diff --git a/share/hydractl/provision b/share/hydractl/provision index a4d0fba..04838b7 100755 --- a/share/hydractl/provision +++ b/share/hydractl/provision @@ -451,7 +451,7 @@ $APT_INSTALL screen cron lsb-release openssl -y # Networking. hydra_provision_networking -# Ssh. +# SSH. echo "Installing OpenSSH daemon..." $APT_INSTALL openssh-server -y hydra_sudo_run chroot $WORK/ service ssh stop |