kube local storage migration
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
## Updates
|
||||
|
||||
```bash
|
||||
ansible-playbook -i ansible/inventory.yaml updates/upgrade-kubernetes-nodes.yaml
|
||||
ansible-playbook -i ansible/inventory.yaml updates/upgrade-colors.yaml
|
||||
ansible-playbook -i ansible/inventory.yaml updates/upgrade-dnf.yaml
|
||||
ansible-playbook -i ansible/inventory.yaml updates/upgrade-apt.yaml
|
||||
ansible-playbook -i ansible/inventory.yaml updates/upgrade-pacman.yaml
|
||||
```
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
- name: Upgrade
|
||||
hosts: apt
|
||||
hosts:
|
||||
- ubuntu
|
||||
- raspbian
|
||||
tasks:
|
||||
- name: Update all packages to their latest version
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user