refactor: restructured project for higher-utility naming practices and optimized data structures for variables

This commit is contained in:
2025-11-11 00:58:10 -05:00
parent 44a292f19f
commit 0efe13e76b
53 changed files with 1151 additions and 874 deletions

View File

@@ -1,37 +0,0 @@
---
ungrouped:
hosts:
localhost:
ansible_host: "localhost"
localhost4:
ansible_host: "127.0.0.1"
localhost6:
ansible_host: "::1"
sukaato:
ansible_host: ~
sukaato4:
ansible_host: ~
sukaato6:
ansible_host: ~
localhost_hosts:
hosts:
localhost:
localhost4:
localhost6:
sukaato_hosts:
hosts:
sukaato:
sukaato4:
sukaato6:
locals:
children:
localhost_hosts:
vars:
ansible_connection: local
name_surname:
surname_household:
servers:
children:
sukaato_hosts:
vars:
ansible_port: 22