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, either present (to create) or absent (to delete). The default is present.

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

Informazioni sul progetto

manage kubernetes namespaces

Installa
ansible-galaxy install freehck.k8s_namespace
Licenza
Unknown
Download
197
Proprietario