Initial commit of roles-refactor branch

This commit is contained in:
2026-04-06 10:13:20 -04:00
parent c5217c1a0f
commit 56a93411de
9 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
- name: Temporarily stop Mollyguard to allow reboot
become: true
ansible.builtin.systemd:
name: mollyguard.service
state: stopped
listen: Reboot system
- name: Execute System Reboot
become: true
ansible.builtin.reboot:
msg: "Reboot initiated by Ansible"
reboot_timeout: 600
listen: Reboot system