Skip to main content
atmos.yaml224 B
View on GitHub
base_path: "./"

components:
ansible:
base_path: "components/ansible"

stacks:
base_path: "stacks"
included_paths:
- "deploy/**/*"
excluded_paths:
- "**/_defaults.yaml"
name_template: "{{.vars.stage}}"

Related Documentation