35 lines
535 B
Markdown
35 lines
535 B
Markdown
|
Kubernetes RBAC
|
||
|
=========
|
||
|
|
||
|
Add user to k8s cluster drom control plain node
|
||
|
|
||
|
Role Variables
|
||
|
--------------
|
||
|
Will add soon
|
||
|
|
||
|
Dependencies
|
||
|
------------
|
||
|
|
||
|
Example Playbook
|
||
|
----------------
|
||
|
|
||
|
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
|
||
|
|
||
|
---
|
||
|
- hosts: k8s_master
|
||
|
become: no
|
||
|
roles:
|
||
|
- role: '.'
|
||
|
|
||
|
License
|
||
|
-------
|
||
|
|
||
|
BSD
|
||
|
|
||
|
Author Information
|
||
|
------------------
|
||
|
|
||
|
Feel free to contribute
|
||
|
|
||
|
If you got something to say, send me an email (allanger@protonmail.com)
|