upload_customer_configuration.yml
1007 Bytes
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
50
51
52
53
54
55
56
---
- hosts: tipsocial
become: true
tasks:
- copy:
src: /tmp/app-configuration/tipsocial
dest: /tmp/
mode: 0744
- hosts: scgchat
become: true
tasks:
- copy:
src: /tmp/app-configuration/scgchat
dest: /tmp/
mode: 0744
- hosts: ptychat
become: true
tasks:
- copy:
src: /tmp/app-configuration/ptychat
dest: /tmp/
mode: 0744
- hosts: blueprint
become: true
tasks:
- copy:
src: /tmp/app-configuration/blueprint
dest: /tmp/
mode: 0744
- hosts: beebuddy
become: true
tasks:
- copy:
src: /tmp/app-configuration/beebuddy
dest: /tmp/
mode: 0744
- hosts: wdchatdev
become: true
tasks:
- copy:
src: /tmp/app-configuration/default
dest: /tmp/
mode: 0744
- hosts: wdchatsit
become: true
tasks:
- copy:
src: /tmp/app-configuration/default
dest: /tmp/
mode: 0744