-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhosts.yml
80 lines (78 loc) · 1.94 KB
/
hosts.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
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
---
freenas:
hosts:
ops-nas-1.farm.oakops.io:
network:
nameserver1: 172.21.14.2
nameserver2: 172.21.14.4
nameserver3: 172.21.7.5
storage:
scrubs:
- daymonth: "*"
dayweek: "7"
description: ""
enabled: true
hour: "02"
minute: "00"
month: "*"
threshold: 6
volume: "POOL_A"
- daymonth: "*"
dayweek: "7"
description: ""
enabled: true
hour: "00"
minute: "00"
month: "*"
threshold: 35
volume: "nas1-vol1"
vars:
ansible_ssh_user: root
api:
email: /api/v1.0/system/email/
services: /api/v1.0/services/services/
smart_service_settings: /api/v1.0/services/smart/
users: /api/v1.0/account/users/
network_global: /api/v1.0/network/globalconfiguration/
storage_scrub: /api/v1.0/storage/scrub/
storage_disk: /api/v1.0/storage/disk/
storage_volume: /api/v1.0/storage/volume/
tasks_smart: /api/v1.0/tasks/smarttest/
email:
fromemail: "[email protected]"
outgoingserver: ops-smtp-1.farm.oakops.io
pass: ""
port: 25
security: plain
smtp_auth: false
user: ""
services:
smartd: true
ssh: true
cifs: true
smart_service:
interval: 30
powermode: never
difference: 5
informational: 40
critical: 45
email: [email protected]
tasks:
smart_min_disk_size: 1099511627776
smart:
- daymonth: "01,15"
dayweek: "1,2,3,4,5,6"
desc: ""
hour: "02"
month: "1,2,3,4,5,6,7,8,9,10,11,12"
type: "L"
- daymonth: "*"
dayweek: "7"
desc: ""
hour: "00"
month: "1,2,3,4,5,6,7,8,9,10,11,12"
type: "S"
users:
root:
id: 1
email: [email protected]