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

17 lines
257 B
YAML

---
- name: Build Inventory from Linode
hosts: localhost
gather_facts: false
roles:
- populate_inventory
- name: Test connection to Linode VMs
hosts: all
gather_facts: false
tasks:
- name: Ping each Linode
ansible.builtin.ping