initial commit

This commit is contained in:
2026-06-30 13:51:06 -04:00
commit d529284141
10 changed files with 439 additions and 0 deletions

13
site.yml Normal file
View File

@@ -0,0 +1,13 @@
---
# site.yml
#
# Applies the container_isolation role to every host in inventory.
# Scope: service accounts only (groups + users + jerick's group
# memberships). Run against your dynamic inventory as-is — no group
# targeting needed since every host gets the same treatment.
- name: Configure container service accounts
hosts: all
become: true
roles:
- container_isolation