Add pagure01.fedoraproject.org

This commit is contained in:
Kevin Fenzi
2015-05-11 17:04:36 +00:00
parent e3cc23aeb9
commit 55c4c18190
3 changed files with 29 additions and 3 deletions

View File

@@ -0,0 +1,23 @@
---
nm: 255.255.255.128
gw: 140.211.169.193
dns: 8.8.8.8
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7-ext
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
volgroup: /dev/vg_server
eth0_ip: 140.211.169.204
ansible_ssh_host: pagure.fedoraproject.org
postfix_group: vpn
vmhost: osuosl02.fedoraproject.org
datacenter: osuosl
#
# PostgreSQL configuration
#
shared_buffers: "32MB"

View File

@@ -896,5 +896,8 @@ copr-front-stg
copr-back-stg
copr-keygen-stg
[pagure]
pagure01.fedoraproject.org
[pagure-stg]
pagure-stg01.fedoraproject.org

View File

@@ -1,5 +1,5 @@
- name: make the servers
hosts: pagure-stg
hosts: pagure:pagure-stg
user: root
gather_facts: False
@@ -15,7 +15,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: make the boxen be real for real
hosts: pagure-stg
hosts: pagure:pagure-stg
user: root
gather_facts: True
@@ -45,7 +45,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: deploy pagure itself
hosts: pagure-stg
hosts: pagure:pagure-stg
user: root
gather_facts: True