dc827de23d
We duplicate the KDC settings over all our kerberos clients. Add clients to a "kerberos-client" group and set the variables in a group file. Change-Id: I25ed5f8c68065060205dfbb634c6558488003a38
9 lines
271 B
YAML
9 lines
271 B
YAML
- hosts: "mirror-update:!disabled"
|
|
name: "Configure mirror-update"
|
|
roles:
|
|
- role: iptables
|
|
- role: kerberos-client
|
|
- role: openafs-client
|
|
openafs_client_cache_size: "{{ afs_client_cache_size | default(10000000) }}" # 10GiB
|
|
- role: mirror-update
|