Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 753 Bytes

File metadata and controls

28 lines (24 loc) · 753 Bytes

Structure

For further information see the official docs on collection structure.

Below is a sketch of the structure.

collection/
├── docs/
├── galaxy.yml
├── meta/
│   └── runtime.yml
├── plugins/
│   ├── modules/
│   │   └── module1.py
│   ├── inventory/
│   └── .../
├── README.md
├── roles/
│   ├── role1/
│   ├── role2/
│   └── .../
├── playbooks/
│   ├── files/
│   ├── vars/
│   ├── templates/
│   └── tasks/
└── tests/