Add a memcached01.stg
This commit is contained in:
parent
55fbf3089b
commit
c231aab76f
4 changed files with 29 additions and 2 deletions
12
inventory/group_vars/memcached-stg
Normal file
12
inventory/group_vars/memcached-stg
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
# Define resources for this group of hosts here.
|
||||||
|
lvm_size: 10000
|
||||||
|
mem_size: 1536
|
||||||
|
num_cpus: 1
|
||||||
|
|
||||||
|
# for systems that do not match the above - specify the same parameter in
|
||||||
|
# the host_vars/$hostname file
|
||||||
|
|
||||||
|
tcp_ports: [ 11211 ]
|
||||||
|
|
||||||
|
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-web
|
12
inventory/host_vars/memcached01.stg.phx2.fedoraproject.org
Normal file
12
inventory/host_vars/memcached01.stg.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
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-7
|
||||||
|
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||||
|
volgroup: /dev/vg_guests
|
||||||
|
vmhost: virthost11.phx2.fedoraproject.org
|
||||||
|
datacenter: phx2
|
||||||
|
|
||||||
|
eth0_ip: 10.5.126.210
|
|
@ -353,6 +353,9 @@ fedoauth02.phx2.fedoraproject.org
|
||||||
memcached01.phx2.fedoraproject.org
|
memcached01.phx2.fedoraproject.org
|
||||||
memcached02.phx2.fedoraproject.org
|
memcached02.phx2.fedoraproject.org
|
||||||
|
|
||||||
|
[memcached-stg]
|
||||||
|
memcached01.stg.phx2.fedoraproject.org
|
||||||
|
|
||||||
[mirrorlist2]
|
[mirrorlist2]
|
||||||
mirrorlist-dedicatedsolutions.fedoraproject.org
|
mirrorlist-dedicatedsolutions.fedoraproject.org
|
||||||
mirrorlist-host1plus.fedoraproject.org
|
mirrorlist-host1plus.fedoraproject.org
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: make memcached server
|
- name: make memcached server
|
||||||
hosts: memcached
|
hosts: memcached:memcached-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: make the box be real
|
- name: make the box be real
|
||||||
hosts: memcached
|
hosts: memcached:memcached-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue