forked from Alfresco/alfresco-ansible-deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinventory_local.yml
43 lines (43 loc) · 980 Bytes
/
inventory_local.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
---
all:
children:
database:
hosts:
database_1:
ansible_connection: local
ansible_host: "127.0.0.1"
repository:
hosts:
repository_1:
ansible_connection: local
ansible_host: "127.0.0.1"
activemq:
hosts:
activemq_1:
ansible_connection: local
ansible_host: "127.0.0.1"
search:
hosts:
search_1:
ansible_connection: local
ansible_host: "127.0.0.1"
nginx:
hosts:
nginx_1:
ansible_connection: local
ansible_host: "127.0.0.1"
adw:
hosts:
adw_1:
ansible_connection: local
ansible_host: "127.0.0.1"
transformers:
hosts:
transformers_1:
ansible_connection: local
ansible_host: "127.0.0.1"
syncservice:
hosts:
syncservice_1:
ansible_connection: local
ansible_host: "127.0.0.1"