ad-build-test / BuildSystem

Testing buildsystem repo
0 stars 0 forks source link

configuration management / monitoring #9

Open pnispero opened 1 month ago

pnispero commented 1 month ago

configuration management / monitoring

This description is tentative, still thinking about what exactly were going to implement For pushing to production, we want this global configuration list for everything. For IOC apps, it'd be similar to cram ls, but written out in a list. And this list will be used by ansible configuration management. Expectation vs reality comparison for confirmation. Essentially its a list of what I want deployed, and ansible can deploy that and check that its there. And the end-goal is to get rid of write permissions on the production release directories to prevent any unchecked changes/fixes on prod, any new changes/fixes should be a new deployment not done manually.

But for dev, we still want user to specify in CLI.

pnispero commented 1 week ago

Update

Researching

Another thing to tackle

look into how we implement