added next few tasks

This commit is contained in:
Alex Tavarez
2025-12-21 16:54:39 -05:00
parent ea7d9f7caf
commit 0dc3edc0bc

View File

@@ -3,7 +3,11 @@
#+language: en #+language: en
* PLANNED * 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 ** 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 * IN PROGRESS