1
0
Fork 0
forked from infra/ansible
ansible/inventory/group_vars/memcached
Kevin Fenzi ccb89c99a4 memcached01: add a new prod memcached01
Once this is all setup we can switch to it and retire the rhel9 02.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-05-26 17:26:22 -07:00

18 lines
466 B
Text

---
# Define resources for this group of hosts here.
ipa_client_shell_groups:
- fi-apprentice
- sysadmin-noc
- sysadmin-veteran
- sysadmin-web
ipa_client_sudo_groups:
- sysadmin-web
ipa_host_group: memcached
ipa_host_group_desc: Distributed Memory Caching service
lvm_size: 25000
mem_size: 8192
num_cpus: 2
primary_auth_source: ipa
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [11211]