mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
Add pagure01.fedoraproject.org
This commit is contained in:
23
inventory/host_vars/pagure01.fedoraproject.org
Normal file
23
inventory/host_vars/pagure01.fedoraproject.org
Normal 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"
|
||||
@@ -896,5 +896,8 @@ copr-front-stg
|
||||
copr-back-stg
|
||||
copr-keygen-stg
|
||||
|
||||
[pagure]
|
||||
pagure01.fedoraproject.org
|
||||
|
||||
[pagure-stg]
|
||||
pagure-stg01.fedoraproject.org
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user