Role - kubeinit_ooonextgen

Role Documentation

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

Role Defaults

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

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

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

kubeinit_ooonextgen_dependencies:
- git
- python3
- python3-pip
- gcc
- gcc-c++
- kernel-devel
- make

kubeinit_ooonextgen_deploy_podified: false
kubeinit_ooonextgen_deploy_standalone: false

Tasks files

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

Molecule Scenarios

Molecule is being used to test the “kubeinit_ooonextgen” 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_ooonextgen"
  tasks:
  - name: Message for "kubeinit_ooonextgen"
    ansible.builtin.debug:
      msg: Finishing molecule for "kubeinit_ooonextgen"