diff --git a/Scripts/Ansible/Playbooks/Linux/Kubernetes/Deploy RKE2 Cluster/1-provision-device.yml.md b/Scripts/Ansible/Playbooks/Linux/Kubernetes/Deploy RKE2 Cluster/1-provision-device.yml.md deleted file mode 100644 index 3857fc8..0000000 --- a/Scripts/Ansible/Playbooks/Linux/Kubernetes/Deploy RKE2 Cluster/1-provision-device.yml.md +++ /dev/null @@ -1,31 +0,0 @@ -```jsx title="1-provision-vm.yml" ---- -- name: Ubuntu Server-Based Cluster Deployment - hosts: all - become: yes - tasks: - - name: Fetch updates - apt: - update_cache: yes - - - name: Install packages - apt: - name: - - nfs-common - - iptables - - nano - - htop - state: present - update_cache: yes - - - name: Upgrade all packages - apt: - upgrade: dist - - - name: Autoremove unused packages - apt: - autoremove: yes - - - name: Reboot the VM - reboot: -``` \ No newline at end of file