mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
adding london-c (#66)
This commit is contained in:
parent
177fbb4014
commit
34820ee663
3 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
4
ansible/inventory/host_vars/london-c.yml
Normal file
4
ansible/inventory/host_vars/london-c.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
host_role: idle
|
||||
host_description: "Idle/available"
|
||||
host_location: "London"
|
||||
|
|
@ -4,6 +4,7 @@
|
|||
[linux]
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue