converge.yml 221 B

12345678910111213
  1. ---
  2. - name: Converge
  3. hosts: localhost
  4. connection: local
  5. collections:
  6. - community.kubernetes
  7. vars:
  8. ansible_python_interpreter: '{{ ansible_playbook_python }}'
  9. roles:
  10. - role: kameshsampath.minikube