Add inventory role for Linode

This commit is contained in:
2025-05-11 00:01:33 -05:00
parent adf16d3db8
commit b7e6b1af07
3 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Generate Linode inventory file
hosts: localhost
gather_facts: false
roles:
- role: inventory/linode
vars:
linode_token: "{{ lookup('env', 'LINODE_TOKEN') }}"