21 lines
477 B
YAML
21 lines
477 B
YAML
---
|
|
plugin: ansible_collections.linode.cloud.plugins.inventory.inventory
|
|
access_token: "{{ lookup('env', 'LINODE_API_TOKEN') }}"
|
|
compose:
|
|
ansible_host: ipv4[0]
|
|
ansible_user: phlux
|
|
|
|
---
|
|
plugin: linode.cloud.inventory
|
|
access_token: "{{ lookup('env', 'LINODE_API_TOKEN') }}"
|
|
compose:
|
|
ansible_host: ipv4[0]
|
|
ansible_user: phlux
|
|
|
|
---
|
|
plugin: community.general.linode
|
|
api_token: "{{ lookup('env', 'LINODE_API_TOKEN') }}"
|
|
compose:
|
|
ansible_host: ipv4[0]
|
|
ansible_user: phlux
|