Rewrite the linode inventory stuff...this is a pain in the ass.
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
---
|
||||
# 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 }}"
|
||||
# Linode API endpoint
|
||||
linode_api_url: "https://api.linode.com/v4/linode/instances"
|
||||
|
||||
# Required environment variables
|
||||
# Required environment variables
|
||||
required_env_vars:
|
||||
- LINODE_API_TOKEN
|
||||
|
||||
# Python packages required
|
||||
python_requirements:
|
||||
- requests
|
||||
- json
|
||||
# Default groups that will be created
|
||||
default_groups:
|
||||
- linode_all
|
||||
|
Reference in New Issue
Block a user