Skip to content

Eric-Domeier/additional_rke2_control_plane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Additional RKE2 Control Plane Node - Ansible Role

Description:

Bootstraps one or more additional RKE2 Control plane nodes.

Use this role:

You should already have another running RKE2 Control plane node.

Specify your server token in vars or add something like this to your playbook.

- name: Install RKE2 Initial Control plane
  gather_facts: true
  become: true
  hosts: rke2_initial_control_plane
  roles:
    - initial_rke2_control_plane
  tags:
    - initial
  tasks:
    - name: slurp the server token
      ansible.builtin.slurp: 
        src: /var/lib/rancher/rke2/server/token
      register: server_token

About

Creates additional RKE2 Kubernetes control plane nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages