ansible/inventory/group_vars/mailman_stg
Kevin Fenzi 580cd252c5 Inventory group/host variables: Sort yaml
This was done using yq (
https://mikefarah.gitbook.io/yq/operators/sort-keys )

Doing things this way makes it much easier to see if a variable is set
in a file or if two hosts differ in what variables they set. Hopefully
we can keep things sorted moving forward.

Basically this means just sort a-z anything you add to any host or group
vaiable and it will be in the right place.

Additionally, this enforces 'normal' intent rules for all the variable
files which we should also try and obey. 2 spaces for first level, 3 for
next, etc. When in doubt you can run yq on it.

This should cause NO actual vairable changes, it's all just readability
fixing for humans, ansible parses it exactly the same.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-16 13:27:57 -08:00

60 lines
1.4 KiB
Text

---
# common items for the releng-* boxes
deployment_type: prod
# These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs:
- can_send:
- logger.log
group: sysadmin
owner: root
service: shell
- can_send:
- mailman.receive
group: mailman
owner: mailman
service: mailman
ipa_client_shell_groups:
- sysadmin-tools
ipa_client_sudo_groups:
- sysadmin-tools
ipa_host_group: mailman
ipa_host_group_desc: Mailing list services
lvm_size: 250000
# Used by the mailman role
mailman_db_server: db01.stg.iad2.fedoraproject.org
mailman_domains:
- lists.stg.fedoraproject.org
- lists.stg.fedorahosted.org
- lists.stg.pagure.io
mailman_login:
facebook:
display_name: Facebook
provider: facebook
github:
display_name: GitHub
provider: github
gitlab:
display_name: GitLab
provider: gitlab
google:
display_name: Google
provider: google
stackexchange:
display_name: StackExchange
provider: stackexchange
twitter:
display_name: Twitter
provider: twitter
mem_size: 4096
nrpe_check_postfix_queue_crit: 50
# by default, the number of emails in queue before we whine
nrpe_check_postfix_queue_warn: 20
num_cpus: 2
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
# Postfix main.cf
postfix_group: mailman-stg
tcp_ports: [25, 80, 443,
# For outbound fedmsg
3000, 3001, 3002, 3003]