Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Prepare server for Rancher Kubernetes Engine (rke)

License

Notifications You must be signed in to change notification settings

drewgwallace/ansible-role-prep_rke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role

Purpose

Prepare server for Rancher Kubernetes Engine (rke).


Execution

    - hosts: all
      tasks:
      - include_role:
          name: drewgwallace.prep_rke
        vars:
          path_to_ssh_pub_key: "/home/USER/.ssh/id_rsa.pub"
          docker_version: "17.03.2~ce~3-0~ubuntu"

Notes

  • Debian based servers with Apt type package management ONLY
  • RKE supported versions aren't found in the Docker repository for Ubuntu bionic at this time, the install will fail unless using something unsupported such as "18.03.1~ce~3-0~ubuntu"

About

Prepare server for Rancher Kubernetes Engine (rke)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published