tower-inventory/csv_static_inventory.yml

16 lines
191 B
YAML

---
- name: CSV Inventory Creation
hosts: all
become: no
gather_facts: no
vars_files:
- vars/defaults.yml
tasks:
- import_tasks: tasks/generate_static_from_csv.yml
...