Role - kubeinit_bind
Role Documentation
Please, refer to the kubeinit_bind role official docs for further information.
Role Defaults
This section highlights all of the defaults and variables set within the “kubeinit_bind” role.
# All variables intended for modification should be placed in this file.
# All variables within this role should have a prefix of "kubeinit_bind_"
kubeinit_bind_debug: '{{ (ansible_verbosity | int) >= 2 | bool }}'
kubeinit_bind_hide_sensitive_logs: true
kubeinit_bind_directory: /var/kubeinit/bind
kubeinit_bind_directory_kubeinit: '{{ kubeinit_bind_directory }}/kubeinit'
kubeinit_bind_directory_zones_internals: '{{ kubeinit_bind_directory_kubeinit }}/zones/internals'
kubeinit_bind_directories:
- '{{ kubeinit_bind_directory }}'
- '{{ kubeinit_bind_directory_kubeinit }}'
- '{{ kubeinit_bind_directory_zones_internals }}'
Tasks files
This section highlights all the documentation available in the tasks files.
Molecule Scenarios
Molecule is being used to test the “kubeinit_bind” role. The following section highlights the drivers in service and provides an example playbook showing how the role is leveraged.