aether-onramp/ ├── Makefile ├── hosts.ini ├── vars/ │ └── main.yml ├── deps/ │ ├── 5gc/ │ │ ├── roles/ │ │ │ └── core/ │ │ │ ├── tasks/ │ │ │ │ ├── install.yml │ │ │ │ └── other_task_files.yml │ │ │ ...