In ansible 2.8 the - character isn't supposed to be valid in group names. While we could override this, might has well just bite the bullet and change it. So, just switch all group names to use _ instead of - Signed-off-by: Kevin Fenzi <kevin@scrye.com>
30 lines
962 B
Text
30 lines
962 B
Text
---
|
|
# Define resources for this group of hosts here.
|
|
lvm_size: 20000
|
|
mem_size: 2048
|
|
num_cpus: 2
|
|
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
|
|
# This doesn't actually produce fedmsg messages, so no need for this var.
|
|
#wsgi_fedmsg_service: autocloud
|
|
wsgi_procs: 2
|
|
wsgi_threads: 2
|
|
|
|
tcp_ports: [ 80 ]
|
|
|
|
fas_client_groups: sysadmin-noc,sysadmin-fedimg,sysadmin-releng,sysadmin-veteran
|
|
|
|
# For the MOTD
|
|
csi_security_category: Moderate
|
|
csi_primary_contact: Cloudmeisters - sysadmin-fedimg-members@fedoraproject.org
|
|
csi_purpose: Run the readonly dashboard for autocloud results
|
|
csi_relationship: |
|
|
This only runs the mod_wsgi app for autocloud results.
|
|
https://apps.fedoraproject.org/autocloud
|
|
|
|
- This host relies on:
|
|
- A postgres db server running on db01. The db is called 'autocloud'.
|
|
- That db gets populated with results by daemons running on the
|
|
autocloud-backend nodes.
|