Add inventory role for Linode
This commit is contained in:
9
playbooks/inventory/linode.yaml
Normal file
9
playbooks/inventory/linode.yaml
Normal 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') }}"
|
||||
|
Reference in New Issue
Block a user