Skip to content

Instantly share code, notes, and snippets.

@meysam81
Created January 27, 2024 07:54
Show Gist options
  • Save meysam81/f5a614e22db2115a82bb336b5f03e4f1 to your computer and use it in GitHub Desktop.
Save meysam81/f5a614e22db2115a82bb336b5f03e4f1 to your computer and use it in GitHub Desktop.
Bootstrap the controlplane Kubernetes node
- name: Bootstrap Kubernetes Control plane
hosts: node0
become: true
gather_facts: true
tasks:
- name: Import bootstrap role
ansible.builtin.include_role:
name: bootstrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment