atomic01.qa isn't around anymore.

This commit is contained in:
Kevin Fenzi 2016-06-22 22:53:50 +00:00
parent 1184046d2f
commit 6f108f63a4
3 changed files with 0 additions and 46 deletions

View file

@ -1,16 +0,0 @@
---
host_group: atomicbuilder
freezes: false
nrpe_procs_warn: 700
nrpe_procs_crit: 800
fas_client_groups: atomic,sysadmin-atomic
tcp_ports: [ 80, 443, 873 ]
# Just blacklist this for now as it has a eth1 we do not want to configure.
ansible_ifcfg_blacklist: true
eth0_ip: 10.5.124.150
eth0_nm: 255.255.255.128
gw: 10.5.124.254

View file

@ -61,9 +61,6 @@ ask02.phx2.fedoraproject.org
[ask-stg] [ask-stg]
ask01.stg.phx2.fedoraproject.org ask01.stg.phx2.fedoraproject.org
[atomichw]
atomic01.qa.fedoraproject.org
[backup] [backup]
backup01.phx2.fedoraproject.org backup01.phx2.fedoraproject.org

View file

@ -1,27 +0,0 @@
#
# I am guessing that this box will be like other hw boxes.
#
- name: Build an atomic server.
hosts: atomic01.qa.fedoraproject.org
user: root
gather_facts: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
- base
- hosts
- fas_client
- sudo
tasks:
- include: "{{ tasks }}/yumrepos.yml"
- include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/motd.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"