christianlempa-boilerplates/vagrant/hyperv/ubuntu/microk8s-installed/playbook.yaml

13 lines
239 B
YAML
Raw Normal View History

2021-06-11 15:05:20 +02:00
---
- hosts: all
become: true
2021-06-11 15:05:20 +02:00
tasks:
2024-03-03 16:10:27 +01:00
- name: install microk8s
community.general.snap:
classic: true
2024-03-03 16:10:27 +01:00
name: microk8s
2024-03-03 16:10:27 +01:00
- name: add userpermissions
ansible.builtin.shell: "usermod -aG microk8s vagrant"