Files
sukaato-ansible/.orgmode/progress.org
2025-07-16 20:54:50 -04:00

12 lines
744 B
Org Mode

#+author: Alex Tavarez
#+email: ajt95@prole.biz
#+language: en
* TODO [#A] Import and use package configuration handler(s) in ~configure@vps.yml~
** TODO [#A] Create handlers that configure expected packages
** TODO [#A] Bundle these handlers under a single handler or under a file in ~./roles/handlers~
* DONE [#B] Finish task in ~install@vps.yml~ for extra packages that may be installed on the remote host
* TODO [#C] Create playbook or role that manages Linode account for creating VPSs[fn:1]
...
[fn:1] See [[Linode API documentation][https://techdocs.akamai.com/linode-api/reference/get-started]] and [[Ansible linode_v4 module documentation][https://docs.ansible.com/ansible/latest/collections/community/general/linode_v4_module.html]]