Skip to content

hatamiarash7/Ansible-Install-Kubernetes

Repository files navigation

Install Kubernetes ( Ansible )

Build Status Molecule

You can use this role to install Kubernetes.

How-to

First you need instal the role:

  • Clone this role:

    git clone git@github.com: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

Donate with Bitcoin Donate with Ethereum

ko-fi

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.