mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 04:01:23 +08:00
The messaging bridges openshift project and github2fedmsg VM were already removed in staging. This is to clean the ansible playbooks. I will create a separate one for production after this one is merged. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
---
|
|
# Define resources for this group of hosts here.
|
|
# For the MOTD
|
|
env: pagure-staging
|
|
freezes: false
|
|
git_basepath: /srv/git/repositories
|
|
git_daemon_user: git
|
|
# Configuration for the git-daemon/server
|
|
git_group: git
|
|
git_port: 9418
|
|
git_server: /usr/libexec/git-core/git-daemon
|
|
git_server_args: --export-all --syslog --inetd --verbose
|
|
ipa_client_shell_groups:
|
|
- sysadmin-noc
|
|
- sysadmin-web
|
|
- sysadmin-veteran
|
|
ipa_client_sudo_groups:
|
|
- sysadmin-web
|
|
ipa_host_group: pagure
|
|
ipa_host_group_desc: Pagure GIT Forge
|
|
lvm_size: 50000
|
|
mem_size: 8192
|
|
num_cpus: 4
|
|
postfix_group: vpn.pagure-stg
|
|
sshd_config: ssh/sshd_config.pagure
|
|
sshd_keyhelper: true
|
|
stunnel_destination_port: 8080
|
|
stunnel_service: "eventsource"
|
|
stunnel_source_port: :::8088
|
|
# for systems that do not match the above - specify the same parameter in
|
|
# the host_vars/$hostname file
|
|
tcp_ports: [22, 25, 80, 443, 9418,
|
|
# Used for the eventsource server
|
|
8088]
|
|
vpn: true
|
|
|
|
notes: |
|
|
Run the pagure instances for fedora
|
|
|
|
There are a few things running here:
|
|
* The apache/mod_wsgi app for pagure
|
|
* This host relies on:
|
|
* A postgres db server running locally
|
|
* Things that rely on this host:
|
|
* nothing currently
|