commit 4672d000ca37747694e7b78a524e7c8067214fa6 parent 714b79513f6ece1556088ed5fbb2b281da92b8e9 Author: Florian Dold <florian@dold.me> Date: Mon, 24 Feb 2025 00:23:05 +0100 alias spec Diffstat:
| M | deploy.sh | | | 2 | +- |
| M | inventories/default | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/deploy.sh b/deploy.sh @@ -3,7 +3,7 @@ set -eu if [ -z ${1:-} ] then - echo "Call with 'tops' or another host/group to select target" + echo "Call with 'spec' or another host/group to select target" exit 1 fi diff --git a/inventories/default b/inventories/default @@ -3,4 +3,4 @@ fdold-acai ansible_port=22 ansible_user=root ansible_host=188.245.187.147 rusty.taler-ops.ch ansible_port=22 ansible_user=root [production] -spec.taler-ops.ch ansible_port=22 ansible_user=root +spec ansible_port=22 ansible_user=root ansible_host=spec.taler-ops.ch