From d52c773d264b425d837242870d89420591a45824 Mon Sep 17 00:00:00 2001 From: Rasmus Wejlgaard Date: Mon, 20 Apr 2026 20:50:57 +0100 Subject: [PATCH] adding london-c --- ansible/ansible.cfg | 1 + ansible/inventory/host_vars/london-c.yml | 4 ++++ ansible/inventory/hosts.ini | 5 ++++- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 ansible/inventory/host_vars/london-c.yml diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index c4669fa..81ada73 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -7,6 +7,7 @@ pipelining = True gather_facts = True retry_files_enabled = False result_format = yaml +interpreter_python = /usr/bin/python3 [ssh_connection] ssh_args = -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null diff --git a/ansible/inventory/host_vars/london-c.yml b/ansible/inventory/host_vars/london-c.yml new file mode 100644 index 0000000..3fb29cc --- /dev/null +++ b/ansible/inventory/host_vars/london-c.yml @@ -0,0 +1,4 @@ +--- +host_role: idle +host_description: "Idle/available" +host_location: "London" diff --git a/ansible/inventory/hosts.ini b/ansible/inventory/hosts.ini index 7bd2631..655220b 100644 --- a/ansible/inventory/hosts.ini +++ b/ansible/inventory/hosts.ini @@ -2,8 +2,9 @@ # All hosts accessible via Tailscale IPs over SSH as root. [linux] -helsinki-a ansible_host=100.67.6.27 +helsinki-a ansible_host=100.67.6.27 london-b ansible_host=100.84.65.101 +london-c ansible_host=100.123.72.87 copenhagen-a ansible_host=100.89.206.60 copenhagen-c ansible_host=100.115.45.53 @@ -19,11 +20,13 @@ london-b [systemd_exporter_hosts] london-b +london-c copenhagen-a [docker_hosts] helsinki-a london-b +london-c nuremberg-a copenhagen-a