Adding stuff to help with new node setup and podman initial setup

This commit is contained in:
2024-11-08 19:15:33 -05:00
parent f863da3d3b
commit 0077f4ace2
3 changed files with 65 additions and 2 deletions

15
playbooks/patch.yml Normal file
View File

@@ -0,0 +1,15 @@
---
- become: true
become_method: sudo
become_user: root
tasks:
- name: Update all packages
ansible.builtin.yum:
name: "*"
state: latest
async: 3600
poll: 60
- name: Reboot Node
ansible.builtin.reboot:
reboot_timeout: 1800