Ansible-Install-Kubernetes

Install Kubernetes using Ansible

Stars
0

Install Kubernetes ( Ansible )

You can use this role to install Kubernetes.

How-to

First you need instal the role:

  • Clone this role:

    git clone [email protected]:hatamiarash7/Ansible-Install-Kubernetes.git install_kubernetes
    
  • Or you can install using galaxy:

    ansible-galaxy install hatamiarash7.install_kubernetes
    

Then, Include role in Playbook:

- hosts: all
    roles:
        - hatamiarash7.install_kubernetes

Dependency

You need Docker. The install_docker role is a dependency.


Support

Contributing

Don't be shy to be a contributor 😉

  1. Fork it !
  2. Create your feature branch : git checkout -b my-new-feature
  3. Commit your changes : git commit -am 'Add some feature'
  4. Push to the branch : git push origin my-new-feature
  5. Submit a pull request

Issues

Each project may have many problems. Contributing to the better development of this project by reporting them.