system-config/playbooks/service-mirror-update.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