Skip to content

Commit

Permalink
added london-c
Browse files Browse the repository at this point in the history
  • Loading branch information
RWejlgaard committed Nov 7, 2023
1 parent e639422 commit f9da4c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ london:
london-b:
ansible_host: 100.84.65.101
ansible_user: root
# london-c: Offline for maintenance
# ansible_host: 100.78.115.89
# ansible_user: root
london-c:
ansible_host: 100.104.179.46
ansible_user: root
copenhagen:
hosts:
copenhagen-a:
Expand Down
8 changes: 7 additions & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,16 @@

- job_name: london-b
static_configs:
- targets:
- targets:
- '192.168.1.253:9100'
- '192.168.1.253:9558'

- job_name: london-c
static_configs:
- targets:
- '192.168.1.252:9100'
- '192.168.1.252:9558'

- job_name: copenhagen-a
static_configs:
- targets:
Expand Down

0 comments on commit f9da4c7

Please sign in to comment.