From 50de2694a70deee825226583cf013af33e5c8213 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sat, 9 Sep 2023 22:15:59 -0500 Subject: Move files into roles organization --- inventory.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 inventory.yaml (limited to 'inventory.yaml') diff --git a/inventory.yaml b/inventory.yaml new file mode 100644 index 0000000..4e58fb5 --- /dev/null +++ b/inventory.yaml @@ -0,0 +1,5 @@ +cluster: + hosts: + localhost: + vars: + ansible_connection: local -- cgit