inventory: add a db03.stg mariadb server for wiki.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
74a9ec48cc
commit
ad5776fb00
3 changed files with 11 additions and 10 deletions
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.128.254
|
||||
dns: 10.5.126.21
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
gw: 10.3.166.254
|
||||
dns: 10.3.163.33
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.128.95
|
||||
vmhost: virthost03.stg.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
||||
eth0_ip: 10.3.166.35
|
||||
vmhost: virthost06.stg.iad2.fedoraproject.org
|
||||
datacenter: iad2
|
||||
|
||||
# This is a generic list, monitored by collectd
|
||||
databases:
|
|
@ -204,7 +204,7 @@ db-openqa01.iad2.fedoraproject.org
|
|||
[dbserver_stg]
|
||||
db-fas01.stg.iad2.fedoraproject.org
|
||||
db01.stg.iad2.fedoraproject.org
|
||||
# db03.stg.iad2.fedoraproject.org
|
||||
db03.stg.iad2.fedoraproject.org
|
||||
db-koji01.stg.iad2.fedoraproject.org
|
||||
|
||||
# clients that talk to the main postgres servers
|
||||
|
@ -594,7 +594,7 @@ copr-keygen-dev.aws.fedoraproject.org
|
|||
db-fas01.stg.iad2.fedoraproject.org
|
||||
db-koji01.stg.iad2.fedoraproject.org
|
||||
db01.stg.iad2.fedoraproject.org
|
||||
# db03.stg.iad2.fedoraproject.org
|
||||
db03.stg.iad2.fedoraproject.org
|
||||
# oci-candidate-registry01.stg.iad2.fedoraproject.org
|
||||
# oci-registry01.stg.iad2.fedoraproject.org
|
||||
# #fas01.stg.iad2.fedoraproject.org
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
roles:
|
||||
- base
|
||||
- rkhunter
|
||||
- fas_client
|
||||
- { role: fas_client, when: env != "staging" }
|
||||
- nagios_client
|
||||
- hosts
|
||||
- mariadb_server
|
||||
|
@ -31,6 +31,7 @@
|
|||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
when: env != "staging"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
# TODO: add iscsi task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue