From 0dc3edc0bc29a72a074adce463679fa52aa91363 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sun, 21 Dec 2025 16:54:39 -0500 Subject: [PATCH] added next few tasks --- tasks.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tasks.org b/tasks.org index 5228acd..0a997d2 100644 --- a/tasks.org +++ b/tasks.org @@ -3,7 +3,11 @@ #+language: en * PLANNED -** TODO [#A] Write documentation on the expected conventional names to be used in the inventory file +** DONE [#A] Write documentation on the expected conventional names to be used in the inventory file +** DONE [#A] Write documentation on the expected conventional paths to be used in the inventory file +** TODO [#A] Create Python Click library/package- based CLI +** TODO [#A] Soft-code relative paths for role files/templates in Ansible tasks/plays +** TODO [#A] Soft-code project root and paths to passwords/secrets files for Ansible tasks/plays ** TODO [#A] Rewrite dot notation usage of keys for accessing values in custom dictionary variables to bracket notation usage of keys across whole project * IN PROGRESS