forked from microdevops-com/accounting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccounting.yaml.example
348 lines (348 loc) · 6.01 KB
/
accounting.yaml.example
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
accounting:
manager_id: 2 # user id to assign check issues
project: example/accounting
email: [email protected]
gsuite:
drive_user: [email protected] # user to put created docs for
gitlab:
url: https://gitlab.example.com
salt_project: # apply these settings to projects on setup
author_email: [email protected]
author_name: Admin
maintainers_group_id: 123
only_allow_merge_if_pipeline_succeeds: True
runners:
dev: dev-runner1.example.com # needed for both salt and salt-ssh to build docker image
prod: prod-runner1.example.com # needed for salt-ssh to execute salt-ssh and login to the servers
os: # allowed os for servers
- none
- precise
- trusty
- xenial
- bionic
- focal
- jammy
- buster
- 2008ServerR2
- 2019Server
- centos7
- centos8
- unknown
defaults:
configuration_management:
templates:
ufw_type: ufw
jobs:
# Every 4 hours
test_ping:
type: salt_cmd
cmd: test.ping
timeout: 300
tz: Europe/Kiev
each:
hours: 4
licenses:
- monitoring
# 9:00
ufw:
type: salt_cmd
cmd: state.apply ufw queue=True
timeout: 900
tz: Europe/Kiev
each:
days: 1
hours:
- 9
minutes:
- 0
licenses:
- firewall
os:
exclude:
- 2008ServerR2
- 2019Server
- unknown
# 9:30
ufw_simple:
type: salt_cmd
cmd: state.apply ufw_simple.ufw_simple queue=True
timeout: 900
tz: Europe/Kiev
each:
days: 1
hours:
- 9
minutes:
- 30
licenses:
- firewall
os:
exclude:
- 2008ServerR2
- 2019Server
- unknown
# 10:00
sysadmws-utils:
type: salt_cmd
cmd: state.apply sysadmws-utils queue=True
timeout: 300
tz: Europe/Kiev
each:
days: 1
hours:
- 10
minutes:
- 0
os:
exclude:
- 2008ServerR2
- 2019Server
- unknown
# 10:30
bulk_log:
type: salt_cmd
cmd: state.apply bulk_log queue=True
timeout: 300
tz: Europe/Kiev
each:
days: 1
hours:
- 10
minutes:
- 30
os:
exclude:
- 2008ServerR2
- 2019Server
- unknown
# 11:00
disk_alert:
type: salt_cmd
cmd: state.apply disk_alert queue=True
timeout: 300
tz: Europe/Kiev
each:
days: 1
hours:
- 11
minutes:
- 0
os:
exclude:
- 2008ServerR2
- 2019Server
- unknown
# 11:30
mysql_queries_log:
type: salt_cmd
cmd: state.apply mysql_queries_log queue=True
timeout: 300
tz: Europe/Kiev
each:
days: 1
hours:
- 11
minutes:
- 30
os:
exclude:
- 2008ServerR2
- 2019Server
- unknown
# 12:00
mysql_replica_checker:
type: salt_cmd
cmd: state.apply mysql_replica_checker queue=True
timeout: 300
tz: Europe/Kiev
each:
days: 1
hours:
- 12
minutes:
- 0
os:
exclude:
- 2008ServerR2
- 2019Server
- unknown
# 12:30
cmd_check_alert:
type: salt_cmd
cmd: state.apply cmd_check_alert queue=True
timeout: 300
tz: Europe/Kiev
each:
days: 1
hours:
- 12
minutes:
- 30
os:
exclude:
- 2008ServerR2
- 2019Server
- unknown
# 13:00
notify_devilry:
type: salt_cmd
cmd: state.apply notify_devilry queue=True
timeout: 300
tz: Europe/Kiev
each:
days: 1
hours:
- 13
minutes:
- 0
os:
exclude:
- 2008ServerR2
- 2019Server
- unknown
# 13:30
ssh-auth-keys:
type: salt_cmd
cmd: |
state.apply pkg.pkg pillar='{pkg_filter: ssh-auth-keys}' queue=True
timeout: 300
tz: Europe/Kiev
each:
days: 1
hours:
- 13
minutes:
- 30
os:
exclude:
- 2008ServerR2
- 2019Server
- unknown
# 14:00
forward_root_email:
type: salt_cmd
cmd: |
state.apply pkg.pkg pillar='{pkg_filter: forward_root_email}' queue=True
timeout: 300
tz: Europe/Kiev
each:
days: 1
hours:
- 14
minutes:
- 0
os:
exclude:
- 2008ServerR2
- 2019Server
- unknown
# 14:30 weekly
netdata:
type: salt_cmd
cmd: state.apply netdata queue=True
timeout: 300
tz: Europe/Kiev
each:
weeks: 1
hours:
- 14
minutes:
- 30
licenses:
- monitoring
os:
exclude:
- 2008ServerR2
- 2019Server
- unknown
# 15:00
heartbeat_mesh_sender:
type: salt_cmd
cmd: state.apply heartbeat_mesh.sender queue=True
timeout: 300
tz: Europe/Kiev
each:
days: 1
hours:
- 15
minutes:
- 0
# 15:30
bash_misc:
type: salt_cmd
cmd: state.apply bash.misc queue=True
timeout: 300
tz: Europe/Kiev
each:
days: 1
hours:
- 15
minutes:
- 30
os:
exclude:
- 2008ServerR2
- 2019Server
- unknown
# 16:00
users_unix:
type: salt_cmd
cmd: state.apply users.unix queue=True
timeout: 300
tz: Europe/Kiev
each:
days: 1
hours:
- 16
minutes:
- 0
os:
exclude:
- 2008ServerR2
- 2019Server
- unknown
# 16:00
users_windows:
type: salt_cmd
cmd: state.apply users.windows queue=True
timeout: 300
tz: Europe/Kiev
each:
days: 1
hours:
- 16
minutes:
- 0
os:
include:
- 2008ServerR2
- 2019Server
# 2:00
put_check_files:
type: salt_cmd
cmd: state.apply rsnapshot_backup.put_check_files queue=True
timeout: 300
tz: Europe/Kiev
each:
days: 1
hours:
- 2
minutes:
- 0
# 3:00
rsnapshot_backup:
type: rsnapshot_backup_ssh
tz: Europe/Kiev
each:
days: 1
hours:
- 3
minutes:
- 0
licenses:
- backup
os:
exclude:
- 2008ServerR2
- 2019Server
- unknown