Files
nfs-user-sync/roles/container_isolation/tasks/main.yml
2026-07-01 11:13:43 -04:00

13 lines
314 B
YAML

---
# roles/container_isolation/tasks/main.yml
- name: Sync container service groups and users (all hosts)
import_tasks: sync_users.yml
- name: Add jerick to every app and shared group (all hosts)
import_tasks: jerick_access.yml
- name: Configure NFSv4 idmapping (all hosts)
import_tasks: nfs_client.yml