[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ansible-taler-exchange] branch master updated: alias spec
From: |
Admin |
Subject: |
[ansible-taler-exchange] branch master updated: alias spec |
Date: |
Mon, 24 Feb 2025 00:23:05 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository ansible-taler-exchange.
The following commit(s) were added to refs/heads/master by this push:
new 4672d00 alias spec
4672d00 is described below
commit 4672d000ca37747694e7b78a524e7c8067214fa6
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Feb 24 00:23:05 2025 +0100
alias spec
---
deploy.sh | 2 +-
inventories/default | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/deploy.sh b/deploy.sh
index 95e80be..64a8e62 100755
--- 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
index 31618dc..3017af6 100644
--- 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [ansible-taler-exchange] branch master updated: alias spec,
Admin <=