freehck.k8s_namespace
freehck.k8s_namespace
Manage k8s namespaces (Kubernetes).
Description
This role helps you create or delete Kubernetes namespaces.
Role Variables
k8s_namespace_name
: The name of the namespace (required).k8s_namespace_state
: The state of the namespace, eitherpresent
(to create) orabsent
(to delete). The default ispresent
.
Example
- role: freehck.k8s_namespace
k8s_namespace_name: "my-namespace"
k8s_namespace_state: "present"
Install
You can install this role from Ansible Galaxy:
ansible-galaxy install freehck.k8s_namespace
License
MIT
Author Information
Dmitrii Kashin, freehck@freehck.ru
Installa
ansible-galaxy install freehck.k8s_namespace
Licenza
Unknown
Download
197
Proprietario