Role - kubeinit_rke

Role Documentation

Please, refer to the kubeinit_rke role official docs for further information.

Role Defaults

This section highlights all of the defaults and variables set within the “kubeinit_rke” role.

# All variables intended for modification should be placed in this file.

# All variables within this role should have a prefix of "kubeinit_rke_"
kubeinit_rke_debug: '{{ (ansible_verbosity | int) >= 2 | bool }}'
kubeinit_rke_hide_sensitive_logs: true

kubeinit_rke_pod_cidr: 10.42.0.0/16
kubeinit_rke_service_cidr: 10.43.0.0/16

kubeinit_rke_registry_release_tag: v1.4.3

Tasks files

This section highlights all the documentation available in the tasks files.

Molecule Scenarios

Molecule is being used to test the “kubeinit_rke” role. The following section highlights the drivers in service and provides an example playbook showing how the role is leveraged.

Scenario: default

Driver: docker:
Example default playbook
- name: Converge
  hosts: all
  # roles:
  #   - role: "kubeinit_rke"
  tasks:
  - name: Message for "kubeinit_rke"
    ansible.builtin.debug:
      msg: Finishing molecule for "kubeinit_rke"