regops 0.2.3

GitOps agent for localhost configuration management
1
2
3
4
5
6
7
8
9
10
11
12
13
[Git]
# repo = "https://my.git.server/my/git/repository.git"
branch = "main"
local_path = "/home/regops/repo"
expected_state_path = "expected_state.yaml"

[SystemIntegration]
log_level = "Info"
log_format = "Raw"

[Behavior]
mode = "Assess"
interval_sec = 30