I am testing a playbook to deploy updates then force a reboot on an Oracle Linux ver 8.3 The DNF updates run fine but when the system reboots it hangs. The server is a vm running in a vmware 6.7 environment. In order to bring the system back up I have to reset the vm from vcenter. Not sure how to troubleshoot this. The playbook is as follows:
---
- name: Upgrade all packages
hosts: all
vars_files:
- group_vars/ol8
tasks:
- name: dnf updates
dnf:
name: '*'
state: latest
- name: Reboot after updates are applied
reboot:
...
Thanks,
********************************
Rene Paquin - Systems Administrator
Wilfrid Laurier University
Waterloo, Ontario
(519)884-0710 x3795
rpa...@wlu.ca
Further to this…
I separated the tasks into two playbooks. I run the update playbook and when complete I then run the reboot playbook. The system still hangs. After I reset the VM and it is back online I run the reboot playbook and it works fine. So I assume there is something that needs to be done after the updates are completed? Not sure.
Thanks,
Rene
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
ansible-proje...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/YTXPR0101MB1295A80B4845F0CF8F71DDCAD8AE0%40YTXPR0101MB1295.CANPRD01.PROD.OUTLOOK.COM.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/YTXPR0101MB12956B5037ECC7CBD7F3E0D9D8AE0%40YTXPR0101MB1295.CANPRD01.PROD.OUTLOOK.COM.
Thanks for the response but it turns out that it was an OS issue and not an ansible issue.
Rene
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CACf%3DZ5iewWPiTkxsvdgM1YqcMUivB%3DtuQNcHPbXAR1iQRKd-XA%40mail.gmail.com.