adding london-c (#66)

This commit is contained in:
Rasmus Wejlgaard 2026-04-20 20:52:19 +01:00 committed by GitHub
parent 177fbb4014
commit 34820ee663
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 1 deletions

View file

@ -7,6 +7,7 @@ pipelining = True
gather_facts = True gather_facts = True
retry_files_enabled = False retry_files_enabled = False
result_format = yaml result_format = yaml
interpreter_python = /usr/bin/python3
[ssh_connection] [ssh_connection]
ssh_args = -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ssh_args = -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null

View file

@ -0,0 +1,4 @@
---
host_role: idle
host_description: "Idle/available"
host_location: "London"

View file

@ -4,6 +4,7 @@
[linux] [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-b ansible_host=100.84.65.101
london-c ansible_host=100.123.72.87
copenhagen-a ansible_host=100.89.206.60 copenhagen-a ansible_host=100.89.206.60
copenhagen-c ansible_host=100.115.45.53 copenhagen-c ansible_host=100.115.45.53
@ -19,11 +20,13 @@ london-b
[systemd_exporter_hosts] [systemd_exporter_hosts]
london-b london-b
london-c
copenhagen-a copenhagen-a
[docker_hosts] [docker_hosts]
helsinki-a helsinki-a
london-b london-b
london-c
nuremberg-a nuremberg-a
copenhagen-a copenhagen-a