Let's just create a role that populates the Linode inventory..

This commit is contained in:
Kevin Thompson
2025-04-27 13:36:55 -05:00
parent 424dc8653b
commit 83932105ef
4 changed files with 80 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
---
- 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