xenobyte admin
admin pushed to main at admin/skato-ansible 2026-01-02 22:10:31 +00:00
46d04d7c88 excluded '__pycache__' from version control
68ad15ab62 feature: started writing inventory variable and host or group files related subcommand for CLI tool
1a225364ea added ansible-vault Python package for Ansible-compatible string encryption
08f0cac740 added a TODO
5a04745c77 fix, feature: removed unpacking that lead to incorrect argument number, added Enum entry, added TODOs
Compare 7 commits »
admin opened issue admin/skato-ansible#8 2026-01-02 21:53:37 +00:00
Create Python CLI app that allows type- / data structure- appropriate changes in or for Ansible variables
admin commented on issue admin/skato-ansible#3 2026-01-02 21:49:25 +00:00
Create an environment that stores default relative paths for role templates/files

Decided on creating a Python app that handles interface with the environment. An INI file may be used but may otherwise be unnecessary for path variables in particular, as they can be defined in…

admin closed issue admin/skato-ansible#3 2026-01-02 21:49:25 +00:00
Create an environment that stores default relative paths for role templates/files
admin opened issue admin/skato-ansible#7 2026-01-02 21:43:50 +00:00
NameError due tro circular class reference in method parameter type check
admin pushed to main at admin/skato-ansible 2025-12-25 15:07:14 +00:00
fa1b1540d9 fix: changed typo that could lead to undefined err
admin pushed to main at admin/skato-ansible 2025-12-25 14:46:37 +00:00
34e1d12bca started a class for configuration of the CLI and CLI click-decorated functions
9d817b54b4 added classes that allow instantiation of relevant paths tied to given software
ee84984cc5 added constants for key paths referenced in rest of Python code
f5af9a7639 added some custom types to be used in other modules
c8fc487996 started creation of classes representing/modeling Ansible remote and control nodes
Compare 6 commits »
admin pushed to main at admin/skato-ansible 2025-12-21 21:59:12 +00:00
d149361e60 set up or initialized Python project
1851b0bb04 added Python lock file to version control exclusion rules
88aac6b598 created environment variables file
ed06773cac changed a version control exclude rule due to change in Python environment dir change
0dc3edc0bc added next few tasks
Compare 6 commits »
admin commented on issue admin/skato-ansible#3 2025-12-21 20:38:25 +00:00
Create an environment that stores default relative paths for role templates/files

Created a script recently that also exports environment variables for paths relevant to skato-ansible project: [.bin/skansible.sh](https://git.sukaato.moe/admin/skato-ansible/src/commit/ffa5408e9…

admin pushed to main at admin/skato-ansible 2025-12-21 19:45:16 +00:00
ffa5408e9c further clarified STDOUT message guiding user
admin pushed to main at admin/skato-ansible 2025-12-21 19:36:39 +00:00
2d7f783bb9 added some more guiding STDOUT statements for commands and removed useless function
admin pushed to main at admin/skato-ansible 2025-12-21 18:58:31 +00:00
eb437ce2e9 refactor: script file no longer necessary after refactor
07ff003870 refactor: changed name and location of file setting environment variables, made it take shell arguments with native functions as well
Compare 2 commits »
admin pushed to main at admin/skato-ansible 2025-12-16 18:49:06 +00:00
d88a9d6176 fix: playbook task already has access to inventory-level variables
c39463f4a7 feature: added a set of default path environment variables to be used as part of execution environment
474574860a fix: changed from dot notation to bracket notation for attr/meth access
Compare 3 commits »
admin pushed to main at admin/skato-ansible 2025-12-16 17:52:23 +00:00
645d815413 fix: removed some unnecessary escape characters, added title for installation section, added links to Gitea Wiki
admin opened issue admin/skato-ansible#6 2025-12-16 17:46:39 +00:00
Porting the project to Ansible 12?
admin commented on issue admin/skato-ansible#3 2025-12-16 17:19:21 +00:00
Create an environment that stores default relative paths for role templates/files

Apparently, the Ansible documentation mentions a lookup Jinja/Python function plugin, ansible.builtin.env [on this page](https://docs.ansible.com/projects/ansible/la…

admin closed issue admin/skato-ansible#1 2025-12-16 17:09:11 +00:00
Complete the documentation of all current essential variables specific to this project
admin opened issue admin/skato-ansible#5 2025-12-16 17:04:24 +00:00
Rewrite all access of attributes/methods not native to Ansible modules to use bracket notation
admin opened issue admin/skato-ansible#4 2025-12-16 16:54:17 +00:00
Standardize dictionary entries for config in role variables
admin opened issue admin/skato-ansible#3 2025-12-16 16:34:35 +00:00
Create an environment that stores default relative paths for role templates/files