https://github.com/veerendra2/localhost-reboot-automation
Automate Localhost Reboots With Ansible and Systemd
https://github.com/veerendra2/localhost-reboot-automation
ansible automation reboot systemd
Last synced: 29 days ago
JSON representation
Automate Localhost Reboots With Ansible and Systemd
- Host: GitHub
- URL: https://github.com/veerendra2/localhost-reboot-automation
- Owner: veerendra2
- License: apache-2.0
- Created: 2019-06-28T12:35:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T11:08:54.000Z (almost 7 years ago)
- Last Synced: 2025-10-19T00:23:15.452Z (8 months ago)
- Topics: ansible, automation, reboot, systemd
- Language: Shell
- Homepage: https://veerendra2.github.io/localhost-reboot-automation/
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


# Automate localhost reboots with Systemd and Ansible
Sometimes you might want to continue automation after reboot or there might be multiple reboot after package installation. With help of `systemd`, we can continue automation even there is(are) reboot(s)
**Note:** :hand: This is a use case that **you are running playbooks on localhost and reboot**. There is [reboot](https://docs.ansible.com/ansible/latest/modules/reboot_module.html) module, if your are running playbook from a machine and automate things on target machine
You can see below example, how these kind of automation helpfull especially if you want to use with `kick start`