-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgalaxy.yml
More file actions
72 lines (66 loc) · 1.65 KB
/
Copy pathgalaxy.yml
File metadata and controls
72 lines (66 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
namespace: "eigenstate"
name: "ipa"
version: "1.18.1"
description: >-
An Ansible collection for Red Hat IdM / FreeIPA with dynamic
inventory plus IdM vault retrieval, KRA-aware vault diagnostics,
vault artifact custody, and lifecycle automation,
Kerberos principal state, Kerberos keytab retrieval and management,
certificate request workflows, OTP workflows, delegated user-lease control,
Kubernetes workload Secret delivery review, read-only operational evidence
reporting, DNS record inspection, sudo policy inspection, sudo risk
classification, SELinux user map inspection, HBAC rule inspection,
access-path preflight summaries, and access testing for Kerberos-friendly
automation, AAP, and secure secret delivery.
authors:
- "Greg Procunier"
repository: "https://github.com/gprocunier/eigenstate-ipa"
documentation: "https://gprocunier.github.io/eigenstate-ipa/"
homepage: "https://gprocunier.github.io/eigenstate-ipa/"
issues: "https://github.com/gprocunier/eigenstate-ipa/issues"
readme: "README.md"
license:
- "GPL-3.0-or-later"
tags:
- "linux"
- "identity"
- "ipa"
- "freeipa"
- "idm"
- "inventory"
- "vault"
- "automation"
- "principal"
- "cert"
- "secrets"
- "keytab"
- "otp"
- "kerberos"
- "rhel"
- "selinux"
- "hbac"
- "policy"
build_ignore:
- "*.tar.gz"
- ".git"
- ".github"
- ".gitignore"
- ".ansible"
- ".pytest_cache"
- ".ruff_cache"
- ".jekyll-cache"
- "docs/.jekyll-cache"
- "docs/.jekyll-cache/**"
- ".yamllint"
- "__pycache__"
- "AGENTS.md"
- "build"
- "build/**"
- "dist"
- "dist/**"
- "release-ledger.md"
- "tests"
- "tests/**"
- "scripts"
- "scripts/**"