Reattempting Linode dynamic inventories.
This commit is contained in:
14
roles/inventory/linode/vars/main.yml
Normal file
14
roles/inventory/linode/vars/main.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# 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
|
Reference in New Issue
Block a user