blob: 568d54f91d2f502adaab2c830b37e1bda1b6813e (
plain)
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
|
---
# common items for the releng-* boxes
lvm_size: 250000
mem_size: 16384
num_cpus: 4
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [
25, 80, 443,
# For outgoing fedmsg
3000, 3001, 3002, 3003,
]
fas_client_groups: sysadmin-tools,sysadmin-main
# These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs:
- service: shell
owner: root
group: sysadmin
can_send:
- logger.log
- service: mailman
owner: mailman
group: mailman
can_send:
- mailman.receive
# Postfix main.cf
postfix_group: mailman
# Used by the mailman role
mailman_db_server: db01.phx2.fedoraproject.org
mailman_domains:
- lists.fedoraproject.org
- lists.fedorahosted.org
mailman_login:
gitlab:
display_name: GitLab
provider: gitlab
github:
display_name: GitHub
provider: github
twitter:
display_name: Twitter
provider: twitter
google:
display_name: Google
provider: google
facebook:
display_name: Facebook
provider: facebook
stackexchange:
display_name: StackExchange
provider: stackexchange
# by default, the number of emails in queue before we whine
nrpe_check_postfix_queue_warn: 100
nrpe_check_postfix_queue_crit: 200
# Number of processes for nagios
nrpe_procs_warn: 300
nrpe_procs_crit: 500
nagios_Check_Services:
nrpe: true
swap: false
|