27 lines
548 B
YAML
27 lines
548 B
YAML
---
|
|
# Default variables for linode_inventory role
|
|
|
|
# Linode API settings
|
|
linode_api_url: "https://api.linode.com/v4"
|
|
linode_inventory_output_dir: "/tmp"
|
|
linode_inventory_output_file: "linode_inventory.json"
|
|
|
|
# Inventory grouping options
|
|
create_region_groups: true
|
|
create_type_groups: true
|
|
create_status_groups: true
|
|
create_tag_groups: true
|
|
|
|
# Default groups to create
|
|
default_groups:
|
|
- all
|
|
- ungrouped
|
|
|
|
# Filter options
|
|
include_only_running: false
|
|
specific_regions: []
|
|
specific_tags: []
|
|
|
|
# Output format
|
|
inventory_format: "json" # json or ini
|