-
Notifications
You must be signed in to change notification settings - Fork 21
/
distributed.yml
37 lines (30 loc) · 949 Bytes
/
distributed.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
all:
hosts:
www.taranisng.local:
# ansible_host: 10.0.0.10
#ansible_user: taranisng
ansible_python_interpreter: python3
api.taranisng.local:
#ansible_host: 10.0.0.11
#ansible_user: taranisng
ansible_python_interpreter: python3
collector.taranisng.local:
#ansible_host: 10.0.0.12
#ansible_user: taranisng
ansible_python_interpreter: python3
presenter.taranisng.local:
#ansible_host: 10.0.0.13
#ansible_user: taranisng
ansible_python_interpreter: python3
publisher.taranisng.local:
#ansible_host: 10.0.0.14
#ansible_user: taranisng
ansible_python_interpreter: python3
bots.taranisng.local:
#ansible_host: 10.0.0.15
#ansible_user: taranisng
ansible_python_interpreter: python3
keycloak.taranisng.local:
#ansible_host: 10.0.0.16
#ansible_user: taranisng
ansible_python_interpreter: python3