💾 Archived View for koyu.space › vydyck › tech › linux › ansible › collection-structure.gmi captured on 2023-01-29 at 17:21:09. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
collection/
├── docs/ # only .md is accepted for README file(s) in this folder
├── galaxy.yml
├── meta/
│ └── runtime.yml
├── plugins/
│ ├── modules/
│ │ └── module1.py
│ ├── inventory/
│ └── .../
├── README.md
├── roles/
│ ├── role1/
│ ├── role2/
│ └── .../
├── playbooks/
│ ├── files/
│ ├── vars/
│ ├── templates/
│ └── tasks/
└── tests/