Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove use of sqlite db, server service, and ansible dependency #13

Merged
merged 1 commit into from
Sep 10, 2023

Conversation

robgonnella
Copy link
Owner

These are not necessary. There's no need to store servers in a database as we are actively scanning the network periodically and providing updates via events. Configs are now stored in a json file.

The sqlite DB and server service are not necessary. There's no need to
store servers in a database as we are actively scanning the network
periodically and providing updates via events. Configs are now stored in
a json file.

Similarly, having a dependency on ansible just to get hostname and
os info seems silly. The same is now achieved just using plain 'ol
ssh and "uname -a" command.
@robgonnella robgonnella changed the title Remove use of sqlite db and server service Remove use of sqlite db, server service, and ansible dependency Sep 10, 2023
@robgonnella robgonnella merged commit 28b5d4e into main Sep 10, 2023
1 check passed
@robgonnella robgonnella deleted the remove-sqldb-and-server-service branch September 10, 2023 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant