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

[Feature Request] Provision System up front #70

Closed
svenvg93 opened this issue Jul 29, 2024 · 2 comments
Closed

[Feature Request] Provision System up front #70

svenvg93 opened this issue Jul 29, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@svenvg93
Copy link

After installing the agent on multiple systems, and adding them to the hub everything is working like a charm. Thanks for this amazing tool!

As a addition it would be nice to be able to add systems via a provisioning file. For example with a yaml file with the ip address/hostnames. This way it can be added to system enrollments like ansible etc.

for example

host:
 - 192.168.1.2,host1
 - 192.168.1.3,host2
@henrygd
Copy link
Owner

henrygd commented Jul 29, 2024

Good idea.

There's also the possibility of using PocketBase's native JavaScript app hooks, which should allow you to do this in a declarative way, along with a lot of other things.

But I haven't explored this yet and I'm not even sure if it's on by default when using PocketBase as a framework.

@henrygd
Copy link
Owner

henrygd commented Oct 23, 2024

As of 0.6.2, systems can be managed in a config.yml file inside your data directory.

You can export your current systems by going to /settings/config.

Let me know if you run into any issues with this.

@henrygd henrygd closed this as completed Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants