Commit Graph

298 Commits

Author SHA1 Message Date
f01f1b5431 automated changes 2026-05-27 12:08:17 -04:00
9c770faa23 added Ansible linter configuration file 2026-05-27 12:05:19 -04:00
7dae1fc086 added more python packages and mdns-related avahi packages 2026-05-27 11:58:22 -04:00
43cfc07c11 added more python packages 2026-05-27 11:57:03 -04:00
3a558c5bad added ansible-galaxy package as python requirement 2026-05-27 11:12:47 -04:00
b6b4aad798 excluding lock files from version control 2026-05-27 11:11:31 -04:00
5fbf645dd9 excluded Dev Container VSCodium JSON configurations in project from version control 2026-05-26 16:10:42 -04:00
9be8c02220 added inventory group variables for designed host or group aliases/names 2026-05-26 16:07:50 -04:00
ba5aa5e8d4 created role for bootstrapping a Linode VPS via API or a LAN homeserver 2026-05-26 16:04:41 -04:00
c3e1f95350 compiled current Ansible collection dependencies 2026-05-26 16:02:58 -04:00
978b775259 added molecule as part of requirements 2026-05-26 15:59:57 -04:00
98e346bf11 added the python requirements for the project 2026-05-26 15:34:25 -04:00
58cc22a39c remade configuration for Ansible project 2026-05-26 15:33:47 -04:00
210bcfed59 excluded installed Ansible collections from version control 2026-05-26 15:30:56 -04:00
5f35646487 excluded Ansible Galaxy cache from version control 2026-05-26 15:29:59 -04:00
a7d6b9033a excluded Ansible Galaxy token from version control 2026-05-26 15:29:24 -04:00
470daa758a excluded non-default role variables from version control 2026-05-26 15:28:23 -04:00
53c2acf7c8 added Python environment directory to version control exclusion list 2026-05-23 07:19:29 -04:00
e8166fa336 added a license for the project 2026-05-23 07:13:12 -04:00
3b88504bb7 added a README file 2026-05-23 07:12:01 -04:00
f47c105fa6 added version control exclusion file 2026-05-23 07:11:18 -04:00
71f57d3122 decided to start over 2026-05-23 07:07:26 -04:00
ffcf6b2596 fix: made the return be self, given that the instance of the class itself is what is treated as the context manager by default 2026-01-24 14:47:44 -05:00
0d44ec029f replaced cerberus dependency with library of prebuilt valdiators 2026-01-24 14:46:51 -05:00
6af0d4b48c fix, refactor: changed file buffer mode and changed conditional sequences for shorter algorithm 2026-01-24 14:46:08 -05:00
f37c2d5998 feature: added a new type amalgamating the return types of the 'open' BIF 2026-01-24 14:39:35 -05:00
a2d921a158 feature: added a class for handling Ansible vaults that can be converted to string, and added a YAMLObject representing VPS service as in YAML doc 2026-01-24 14:38:31 -05:00
e3683fe955 feature: created file for future GPG/OpenPGP related classes 2026-01-22 17:20:00 -05:00
d9ff0443dc feature: removed dict arg option for publish method while added repr magic method in/for SSHKeyCollection 2026-01-22 17:13:14 -05:00
66da080109 feature: made User and Group classes inherit from YAMLObject class for ease in load/dump operations and conversion 2026-01-22 17:10:15 -05:00
8e6346ee21 fix: made code DRYer, changed RegEx match test to succeed when appropriate 2026-01-22 17:08:06 -05:00
c698bc831a fix, feature: accounted for additional cases in concatenating magic method for SSHKey, added Sequence methods to SSHKey 2026-01-22 14:19:01 -05:00
d46f3a1f83 feature: created a class representing the Ansible control node as context manager 2026-01-22 14:16:55 -05:00
ad8ea5d8b8 feature: added a class 'Parser' that abstracts from data loaders and dumpers 2026-01-22 14:12:37 -05:00
0137fcdad9 feature: made new static path variables and dictionaries containing paths 2026-01-22 14:11:03 -05:00
36e553092f changed Enum options for Software 2026-01-22 14:09:12 -05:00
8ccdf4547e refactor: distributed classes into different files 2026-01-22 14:08:23 -05:00
d9d81a43e0 added another command to the CLI program 2026-01-21 09:21:13 -05:00
2df09c8087 feature: added more root paths and a dictionary of root paths for specific purposes 2026-01-21 09:20:25 -05:00
73472cb073 feature: added more Enum classes useful for type checking and renamed others 2026-01-21 09:19:46 -05:00
57cf9d197d removed configuration manager module as may not be necessary 2026-01-21 09:18:43 -05:00
808434275b removed node classes as currently may not be necessary 2026-01-21 09:18:14 -05:00
aea6638243 refactor: renamed module with utilities for management of software for given users and groups 2026-01-21 09:17:37 -05:00
4eab3bd787 refactor: renamed module with utilities for management of SSH keys 2026-01-21 09:16:51 -05:00
05a680eb7e feature: added a method for 'SSHKeyCollection' that outputs its data in an Ansible-friendly data structure 2026-01-20 12:46:33 -05:00
04127d9d5f fix: changed referenced in commented-out code 2026-01-20 12:15:31 -05:00
28bd322c87 feature: added magic method for containment test of 'SSHKeyCollection' and magic method for setting the status of 'SSHKey' 2026-01-20 12:14:53 -05:00
67e645a3bd refactor,feature: simplified item method for 'SSHKeyCollection', added iteration and str methods to it, and refined str methods for 'SSHKey' 2026-01-14 19:36:27 -05:00
83af21eec8 fix: made sure to get basename rather than file stem 2026-01-14 18:25:47 -05:00
88aab2b418 feature: allowed slicing for item retrieval from 'SSHKeyCollection' instances 2026-01-14 18:25:01 -05:00