Initial Commit

This commit is contained in:
2022-09-11 23:27:12 -04:00
commit 1cdd5726c2
22 changed files with 1417 additions and 0 deletions

7
tasks/register_csv.yml Normal file
View File

@ -0,0 +1,7 @@
---
- name: Register contents of CSV
set_fact:
r_csv_hosts: "{{ lookup('template', 'templates/csv_inventory.j2') }}"
...