initial deployment
This commit is contained in:
19
ansible/provisoning/ubuntu/install-microk8s.yaml
Normal file
19
ansible/provisoning/ubuntu/install-microk8s.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
- hosts: all
|
||||
|
||||
become: yes
|
||||
tasks:
|
||||
|
||||
# Installs Microk8s
|
||||
# --
|
||||
#
|
||||
- name: install microk8s
|
||||
snap:
|
||||
classic: yes
|
||||
name: microk8s
|
||||
|
||||
# Sets User Permissions
|
||||
# --
|
||||
#
|
||||
- name: add userpermissions
|
||||
shell: "usermod -aG microk8s {{ lookup('env','USER') }}"
|
||||
Reference in New Issue
Block a user