Role - kubeinit_eks

Role Documentation

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

Role Defaults

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

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

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

kubeinit_eks_pod_network: 10.244.0.0
# This is the cluster CIDR
kubeinit_eks_pod_network_cidr: 10.244.0.0/16
kubeinit_eks_pod_subnet_len: 16

kubeinit_eks_service_network_cidr: 10.96.0.0/12

kubeinit_eks_common_dependencies:
- wget
- nano
- python3
- python3-pip
- which
- jq
- yum-utils

Tasks files

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

Molecule Scenarios

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