All Projects → paunin → ansible-kubernetes-module

paunin / ansible-kubernetes-module

Licence: other
Module for ansible to setup kubernetes objects

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ansible-kubernetes-module

ansible-cvp
Ansible modules for Arista CloudVision
Stars: ✭ 44 (+62.96%)
Mutual labels:  ansible-modules
ansible
介绍用 golang 编写 Ansible 插件
Stars: ✭ 15 (-44.44%)
Mutual labels:  ansible-modules
Ansible-Veeam
My Ansible Playbooks, Roles and Modules for Veeam
Stars: ✭ 21 (-22.22%)
Mutual labels:  ansible-modules
ansible.pcs-modules-2
Ansible modules for interacting with pacemaker clusters (2nd generation)
Stars: ✭ 26 (-3.7%)
Mutual labels:  ansible-modules
Ansible-VMware-Workstation-Fusion-Pro-Modules
Ansible meet VMware Workstation/Fusion Pro
Stars: ✭ 41 (+51.85%)
Mutual labels:  ansible-modules
ansible fetch terraform backend outputs
Ansible module that pulls output dictionary from Terraform tfstate files from s3 backend.
Stars: ✭ 27 (+0%)
Mutual labels:  ansible-modules
ansible-modules-bitwarden
Bitwarden integrations for Ansible
Stars: ✭ 92 (+240.74%)
Mutual labels:  ansible-modules
ovirt-ansible-collection
Ansible collection with official oVirt modules and roles
Stars: ✭ 53 (+96.3%)
Mutual labels:  ansible-modules
nautobot-ansible
Ansible Collection for managing Nautobot
Stars: ✭ 26 (-3.7%)
Mutual labels:  ansible-modules
ansible-palybooks
Ansible Palybooks Written and Published by www.server-computer.com. NO WARRANTY for any damages and loss of data.
Stars: ✭ 24 (-11.11%)
Mutual labels:  ansible-modules
aruba-ansible-modules
Aruba Ansible Modules
Stars: ✭ 66 (+144.44%)
Mutual labels:  ansible-modules

ansible-kubernetes-module

Module for ansible to setup kubernetes objects

Instalation

Alternatively you can put it in library directory with your playbook

|- playbook.yml
|- library
   |- kube_setup.py

Usage

- name: create k8s objects from file
  kube_setup:
    file: "object.yml"
    state: "present" # default = "present" [present|absent]
    strategy: "default" # default = default, means - use the most suitable [create_or_replace|create_or_apply|create_or_nothing]
    kubectl_opts: "--context=live" # default = ""
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].