-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinventory.yml
29 lines (29 loc) · 902 Bytes
/
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
all:
children:
public:
hosts:
artemis-sender-site:
ansible_connection: local
namespace: artemis-sender-site
init:
siteName: artemis-sender-site
enableServiceSync: "true"
artemis-broker-site:
ansible_connection: local
namespace: artemis-broker-site
init:
siteName: artemis-broker-site
enableServiceSync: "true"
enableFlowCollector: "true"
enableConsole: "true"
consolePassword: "admin"
enableServiceSync: "true"
links:
- host: artemis-sender-site
- host: artemis-receiver-site
artemis-receiver-site:
ansible_connection: local
namespace: artemis-receiver-site
init:
siteName: artemis-receiver-site
enableServiceSync: "true"