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

@@ -0,0 +1,16 @@
- name: Upgrade
hosts: colors
tasks:
- name: Upgrade all packages
become: true
become_user: root
become_method: sudo
ansible.builtin.dnf:
name: "*"
state: latest
- name: Reboot
become: true
become_user: root
become_method: sudo
ansible.builtin.reboot:
reboot_timeout: 600