mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
Add fedoauth
This commit is contained in:
12
inventory/group_vars/fedoauth-stg
Normal file
12
inventory/group_vars/fedoauth-stg
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 1024
|
||||
num_cpus: 2
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 80, 443 ]
|
||||
|
||||
fas_client_groups: sysadmin-main,sysadmin-accounts
|
||||
10
inventory/host_vars/fedoauth01.stg.phx2.fedoraproject.org
Normal file
10
inventory/host_vars/fedoauth01.stg.phx2.fedoraproject.org
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.126.254
|
||||
dns: 10.5.126.21
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-6
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.126.28
|
||||
vmhost: virthost12.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
||||
@@ -282,6 +282,9 @@ nuancier02.stg.phx2.fedoraproject.org
|
||||
[fedocal-stg]
|
||||
fedocal01.stg.phx2.fedoraproject.org
|
||||
|
||||
[fedoauth-stg]
|
||||
openid01.stg.phx2.fedoraproject.org
|
||||
|
||||
[memcached]
|
||||
memcached03.phx2.fedoraproject.org
|
||||
memcached04.phx2.fedoraproject.org
|
||||
|
||||
Reference in New Issue
Block a user