Skip to content

fabiocruzcoelho/ansible-role-kubeadm

Repository files navigation

Welcome to role kubeadm 👋

Build Status pipeline status Version Documentation License: MIT Twitter: fcruzcoelho

Install kubernetes packages

Install

  • requirements.yml
---
- name: kubeadm
  src: fabiocruzcoelho.kubeadm
ansible-galaxy install -r requirements.yml

Role Variables

Available variables are along with default values see: defaults/main.yml

Examplo playbook

- name: Install kubadm
  hosts: all

  roles:
    - kubeadmin

Run tests

Dependence

git clone https://gitlab.com/estudosdevops/ansible/roles/kubeadm.git
make test

Author

👤 Fabio Coelho

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Fabio Coelho.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator