Files
ewnix-automation/playbooks/inventory/linode_inventory.yml

9 lines
211 B
YAML

---
- name: Gather Linode instances into dynamic inventory
hosts: localhost
gather_facts: false
tasks:
- name: Include Linode Inventory Role
import_role:
name: inventory/linode_inventory