Files
ewnix-automation/playbooks/inventory/linode.yaml

10 lines
187 B
YAML

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