There's no more fedoauth01.stg anymore, remove it's config
This commit is contained in:
parent
d515df902b
commit
701f0745d4
4 changed files with 3 additions and 32 deletions
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
# 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 ]
|
||||
|
||||
# Neeed for rsync from log01 for logs.
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
||||
|
||||
fas_client_groups: sysadmin-main,sysadmin-accounts
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
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
|
|
@ -343,9 +343,6 @@ nuancier02.stg.phx2.fedoraproject.org
|
|||
fedoauth01.phx2.fedoraproject.org
|
||||
fedoauth02.phx2.fedoraproject.org
|
||||
|
||||
[fedoauth-stg]
|
||||
fedoauth01.stg.phx2.fedoraproject.org
|
||||
|
||||
[memcached]
|
||||
memcached01.phx2.fedoraproject.org
|
||||
memcached02.phx2.fedoraproject.org
|
||||
|
@ -481,7 +478,6 @@ db-fas01.stg.phx2.fedoraproject.org
|
|||
elections01.stg.phx2.fedoraproject.org
|
||||
fas01.stg.phx2.fedoraproject.org
|
||||
fedimg01.stg.phx2.fedoraproject.org
|
||||
fedoauth01.stg.phx2.fedoraproject.org
|
||||
fedocal01.stg.phx2.fedoraproject.org
|
||||
github2fedmsg01.stg.phx2.fedoraproject.org
|
||||
gallery01.stg.phx2.fedoraproject.org
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# NOTE: most of these vars_path come from group_vars/fedoauth* or from hostvars
|
||||
|
||||
- name: make fedoauth
|
||||
hosts: fedoauth-stg:fedoauth
|
||||
hosts: fedoauth
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
|||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: make the box be real
|
||||
hosts: fedoauth-stg:fedoauth
|
||||
hosts: fedoauth
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
|||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: deploy fedoauth itself
|
||||
hosts: fedoauth-stg:fedoauth
|
||||
hosts: fedoauth
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue