13 lines
314 B
YAML
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
|
|
|