Initial project commit

This commit is contained in:
2024-12-16 19:59:57 -05:00
commit fa1b5cce00
3409 changed files with 460909 additions and 0 deletions

View File

@ -0,0 +1,2 @@
install_date: 'Tue 10 Dec 2024 09:27:56 PM '
version: main

View File

@ -0,0 +1,26 @@
galaxy_info:
author: Chris Hammer
description: This role will use proc's boot_id file to determine if a host has rebooted or not.
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
# Choose a valid license ID from https://spdx.org - some suggested licenses:
# - BSD-3-Clause (default)
# - MIT
# - GPL-2.0-or-later
# - GPL-3.0-only
# - Apache-2.0
# - CC-BY-4.0
license: BSD-3-Clause
min_ansible_version: "2.14"
platforms:
- name: EL
versions:
- "7"
- "8"
- "9"