Skip to content

Defilan/ansible_role_microk8s

 
 

Repository files navigation

Ansible Role: microk8s

Role to download and install microk8s the smallest, simplest, pure production K8s.

Requirements

  • Ansible >= 2.7

  • Linux Distribution

    • Debian Family

      • Ubuntu

        • Xenial (16.04)
        • Bionic (18.04)

Role Variables

The following variables will change the behavior of this role (default values are shown below):

# microk8s version number
microk8s_version: '1.19/stable'


Example Playbook
----------------

```yaml
- hosts: servers
  roles:
    - role: istvano.microk8s

License

MIT

Test

  • ./moleculew lint
  • ./moleculew create
  • ./moleculew list
  • ./moleculew check
  • ./moleculew test

About

Ansible role to install microk8s on ubuntu

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 91.4%
  • HTML 5.3%
  • Python 3.3%