feat: Initial commit

This commit is contained in:
2024-11-24 13:24:33 -05:00
commit 65acc3c45d
23 changed files with 1387 additions and 0 deletions

14
tests/test.yml Normal file
View File

@@ -0,0 +1,14 @@
#SPDX-License-Identifier: MIT-0
---
- hosts: all
remote_user: michael
roles:
- role: '../../ansible-role-hpa'
tasks:
- name: Start.
ansible.builtin.debug:
msg: "Starting task..."
#- include_tasks: ../tasks/main.yml