15 lines
363 B
YAML
15 lines
363 B
YAML
---
|
|
# Internal variables for linode_inventory role
|
|
|
|
linode_inventory_script_path: "{{ role_path }}/files/linode_inventory.py"
|
|
temp_inventory_path: "{{ linode_inventory_output_dir }}/{{ linode_inventory_output_file }}"
|
|
|
|
# Required environment variables
|
|
required_env_vars:
|
|
- LINODE_API_TOKEN
|
|
|
|
# Python packages required
|
|
python_requirements:
|
|
- requests
|
|
- json
|