10 lines
236 B
YAML
10 lines
236 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
|
|
|