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

View File

@@ -1,5 +1,3 @@
# Ansible
## Install
```bash
@@ -11,11 +9,3 @@ pacman -S ansible ansible-core python-kubernetes
```bash
ansible kubernetes -m ping -i inventory.yaml
```
## Updates
```bash
ansible-playbook -i ansible/inventory.yaml ansible/upgrade-kubernetes-nodes.yaml
ansible-playbook -i ansible/inventory.yaml ansible/upgrade-colors.yaml
ansible-playbook -i ansible/inventory.yaml ansible/upgrade-apt.yaml
```