-
Notifications
You must be signed in to change notification settings - Fork 0
/
inventory.yml
49 lines (46 loc) · 1.26 KB
/
inventory.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
worker:
hosts:
rpi4b8g1:
ansible_host: 192.168.0.76
ansible_ssh_user: alarm
target_user: alarm
ansible_become_pass: "{{ rpi_sudo_password }}"
rpi4b8g2:
ansible_host: 192.168.0.77
ansible_ssh_user: alarm
target_user: alarm
ansible_become_pass: "{{ rpi_sudo_password }}"
rpi4b8g3:
ansible_host: 192.168.0.78
ansible_ssh_user: alarm
target_user: alarm
ansible_become_pass: "{{ rpi_sudo_password }}"
rpi4b8g4:
ansible_host: 192.168.0.79
ansible_ssh_user: alarm
target_user: alarm
ansible_become_pass: "{{ rpi_sudo_password }}"
leader:
hosts:
rpi5b8g1:
ansible_host: 192.168.0.80
ansible_ssh_user: alarm
target_user: alarm
ansible_become_pass: "{{ rpi_sudo_password }}"
reverseproxy:
hosts:
jetsonnano2g:
ansible_host: 192.168.0.75
ansible_ssh_user: jetson
target_user: jetson
ansible_become_pass: "{{ jetson_sudo_password }}"
all:
vars:
ansible_python_interpreter: /usr/bin/python3
become_method: sudo
ansible_ssh_private_key_file: ~/.ssh/id_ed25519_local
ansible_connect: ssh
timezone: Europe/Brussels
prometheus_user: prometheus
prometheus_group: prometheus
prometheus_port: 9090