Title / Description
Code 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>
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code