ipv6 working

This commit is contained in:
2024-06-09 18:35:56 -04:00
parent 642c0011ff
commit 1f4769fdbe
33 changed files with 487 additions and 207 deletions

9
updates/README.md Normal file
View File

@@ -0,0 +1,9 @@
# Update and Upgrade Procedures
## 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-apt.yaml
```