Add pdc-web01.stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
36adcfff7a
commit
6198ce6c1b
4 changed files with 17 additions and 16 deletions
13
inventory/host_vars/pdc-web01.stg.iad2.fedoraproject.org
Normal file
13
inventory/host_vars/pdc-web01.stg.iad2.fedoraproject.org
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
nm: 255.255.255.0
|
||||||
|
gw: 10.3.167.254
|
||||||
|
dns: 10.3.163.33
|
||||||
|
|
||||||
|
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7
|
||||||
|
ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/
|
||||||
|
|
||||||
|
eth0_ip: 10.3.167.26
|
||||||
|
|
||||||
|
volgroup: /dev/vg_guests
|
||||||
|
vmhost: bvmhost-x86-02.stg.iad2.fedoraproject.org
|
||||||
|
datacenter: iad2
|
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
nm: 255.255.255.0
|
|
||||||
gw: 10.5.128.254
|
|
||||||
dns: 10.5.126.21
|
|
||||||
|
|
||||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
|
|
||||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
|
||||||
|
|
||||||
eth0_ip: 10.5.128.170
|
|
||||||
|
|
||||||
volgroup: /dev/vg_guests
|
|
||||||
vmhost: virthost01.stg.phx2.fedoraproject.org
|
|
||||||
datacenter: phx2
|
|
|
@ -631,7 +631,7 @@ os-node05.stg.iad2.fedoraproject.org
|
||||||
# osbs-aarch64-master01.stg.iad2.fedoraproject.org
|
# osbs-aarch64-master01.stg.iad2.fedoraproject.org
|
||||||
# osbs-aarch64-node01.stg.iad2.fedoraproject.org
|
# osbs-aarch64-node01.stg.iad2.fedoraproject.org
|
||||||
# osbs-aarch64-node02.stg.iad2.fedoraproject.org
|
# osbs-aarch64-node02.stg.iad2.fedoraproject.org
|
||||||
# pdc-web01.stg.iad2.fedoraproject.org
|
pdc-web01.stg.iad2.fedoraproject.org
|
||||||
pkgs01.stg.iad2.fedoraproject.org
|
pkgs01.stg.iad2.fedoraproject.org
|
||||||
proxy01.stg.iad2.fedoraproject.org
|
proxy01.stg.iad2.fedoraproject.org
|
||||||
proxy02.stg.iad2.fedoraproject.org
|
proxy02.stg.iad2.fedoraproject.org
|
||||||
|
@ -812,7 +812,7 @@ pdc-web01.iad2.fedoraproject.org
|
||||||
pdc-web02.iad2.fedoraproject.org
|
pdc-web02.iad2.fedoraproject.org
|
||||||
|
|
||||||
[pdc_web_stg]
|
[pdc_web_stg]
|
||||||
# pdc-web01.stg.iad2.fedoraproject.org
|
pdc-web01.stg.iad2.fedoraproject.org
|
||||||
|
|
||||||
[maintainer_test]
|
[maintainer_test]
|
||||||
f31-test.fedorainfracloud.org
|
f31-test.fedorainfracloud.org
|
||||||
|
|
|
@ -22,11 +22,12 @@
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- hosts
|
- hosts
|
||||||
- fas_client
|
- { role: fas_client, when: env != "staging" }
|
||||||
- sudo
|
- sudo
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||||
|
when: env != "staging"
|
||||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||||
|
|
||||||
- name: stuff for the web nodes
|
- name: stuff for the web nodes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue