Initial commit

- Created initial Ansible Role structure.
- Copied default values from upstream.
This commit is contained in:
2025-05-22 19:15:06 -04:00
commit 15f04a1998
8 changed files with 3852 additions and 0 deletions

2
tests/inventory Normal file
View File

@@ -0,0 +1,2 @@
localhost

5
tests/test.yml Normal file
View File

@@ -0,0 +1,5 @@
---
- hosts: localhost
remote_user: root
roles:
- ansible-role-matrix-stack