Defilan / ansible_role_microk8s

Ansible role to install microk8s on ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Shell 91.4%Language:HTML 5.3%Language:Python 3.3%