https://github.com/pedro-gutierrez/k-certificate
A simple ansible role to manage Kubernetes CSR approvals
https://github.com/pedro-gutierrez/k-certificate
ansible ansible-role csr kubernetes
Last synced: 2 months ago
JSON representation
A simple ansible role to manage Kubernetes CSR approvals
- Host: GitHub
- URL: https://github.com/pedro-gutierrez/k-certificate
- Owner: pedro-gutierrez
- License: mit
- Created: 2018-05-08T09:01:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T12:22:26.000Z (about 8 years ago)
- Last Synced: 2025-05-19T15:55:12.446Z (about 1 year ago)
- Topics: ansible, ansible-role, csr, kubernetes
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k-certificate
A simple ansible role to manage Kubernetes CSR approvals
Example Playbook
----------------
Deleting CSRs:
- role: pedro-gutierrez/k-certificate
pattern: "some.name"
action: delete
Approving CSRs:
- role: pedro-gutierrez/k-certificate
pattern: "some.name"
action: approve
License
-------
BSD