Skip to content

Commit

Permalink
extending goals
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Dec 3, 2024
1 parent 869d5d8 commit f9c53b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ My initial goals Day 1 goal targets are:
- install and configure docker
- wrap around 2 or more hosts that have this done and assemble a Docker swarm

I want to be able to use this library to easily create command-line executables that can be run on a remote host, taking a few inputs (as minimal as possible, while still allowing some arguments), and executing a relevant playbook - or resolving state from a declared preset.

Kind of open questions for me:

- I'm not clear in my head yet if the declared state should be in JSON/YAML and imported, or only in code?

- Do I want to go to the level of effort to enable an external "playbook" imperative sequence, using built-in commands, that can be JSON encoded (and theoretically edited for variables directly)?

As I'm starting this, I'm using a local [punchlist](./punchlist.md) to keep track of what I'm working on.
Down the road, I'll switch to GitHub issues.

Expand Down

0 comments on commit f9c53b0

Please sign in to comment.