people: only use tmpfs sssd on people02

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-06-27 12:38:54 -07:00
parent d86d79615c
commit a69d0e8617

View file

@ -339,6 +339,7 @@
- name: mount tmp on tmpfs
mount: name=/var/lib/sss/db/ src=tmpfs fstype=tmpfs state=mounted opts=defaults,size=2G,mode=0700,rootcontext=system_u:object_r:sssd_var_lib_t:s0
when: inventory_hostname.startswith('people02')
tags:
- ipa/client
- config