Fix location of infra role and add linode inventory role
This commit is contained in:
7
roles/inventory/linode_inventory/tasks/main.yml
Normal file
7
roles/inventory/linode_inventory/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Load Linode instances into inventory
|
||||
add_host:
|
||||
name: "{{ item.label }}"
|
||||
ansible_host: "{{ item.ipv4[] }}"
|
||||
groups: linode_instances
|
||||
loop: "{{ lookup('linode.cloud.linode', wantlist=True) }}"
|
Reference in New Issue
Block a user