directory
Plain text
code posted
created at 21 Jul 20:28
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 |
CODE # Primary code directory for all Ansible Development on a windows or linux workstation
│
├── ansible-project-skeleton # A ready-made project skeleton template repository that can initiated to create a playbook/project in the projects directory
├── ansible-role-skeleton # A ready-made role skeleton repository template that can initiated to create a playbook/project in the projects directory
│
├── inventory # Main inventory directory for all environments
│ │
│ ├── development # Inventory for Development, this works on static and dynamic inventories
│ │ ├── group_vars # Under this directory, group variables are assigned
│ │ │ ├── all.yml # This file will contain the global-like variables for all groups under the Development Inventory
│ │ │ ├── group1.yml # This file will contain the variables for the group1 under the Development Inventory
│ │ │ ├── group2.yml # This file will contain the variables for the group2 under the Development Inventory
│ │ │ └── <snipped> |
1.16 KB in 2 ms with coderay