Skip to content

Instantly share code, notes, and snippets.

@L0NDONER
Created January 31, 2024 11:02
Show Gist options
  • Save L0NDONER/dfa83b45bc7ca64a80703429d6d71132 to your computer and use it in GitHub Desktop.
Save L0NDONER/dfa83b45bc7ca64a80703429d6d71132 to your computer and use it in GitHub Desktop.
---
-
become: true
gather_facts: yes
hosts: "*"
ignore_unreachable: true
tasks:
- include: update.yml
- include: aptcleanup.yml
- include: pip.yml
- include: python.yml
- include: flatpaks.yml
- name: "Check if a reboot is needed on all servers"
register: reboot_required_file
stat: "path=/var/run/reboot-required get_md5=no"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment