Adding stuff to help with new node setup and podman initial setup
This commit is contained in:
15
playbooks/patch.yml
Normal file
15
playbooks/patch.yml
Normal 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
|
||||
Reference in New Issue
Block a user