commit ada65b497e3cd90b48bb52216a04f1c9802bcdcc parent 4150a3733d1391d1ed5d9ef1bedecad5d555cf9b Author: Florian Dold <florian@dold.me> Date: Mon, 24 Feb 2025 00:08:19 +0100 inventory alias Diffstat:
| M | inventories/fdold-acai | | | 3 | +-- |
| M | inventories/host_vars/fdold-acai/test-public.yml | | | 1 | + |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/inventories/fdold-acai b/inventories/fdold-acai @@ -1,2 +1 @@ -[production] -188.245.187.147 ansible_port=22 ansible_user=root +fdold-acai ansible_port=22 ansible_user=root ansible_host=188.245.187.147 diff --git a/inventories/host_vars/fdold-acai/test-public.yml b/inventories/host_vars/fdold-acai/test-public.yml @@ -1,3 +1,4 @@ +--- # Public variables for a "test" deployment # Deploy challenger? DEPLOY_CHALLENGER: true