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
11 lines
338 B
YAML
11 lines
338 B
YAML
- hosts: "static:!disabled"
|
|
name: "Static webserver"
|
|
roles:
|
|
- role: iptables
|
|
- role: kerberos-client
|
|
- role: openafs-client
|
|
openafs_client_cache_size: "{{ afs_client_cache_size | default(50000000) }}" # 50GiB
|
|
openafs_client_cache_directory: '/opt/cache/openafs'
|
|
- role: apache-ua-filter
|
|
- role: static
|