regops 0.2.3

GitOps agent for localhost configuration management
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Git]
repo = "https://github.com/regent-project/RegOps.git"
branch = "main"
local_path = "/tmp/regops"
expected_state_path = "examples/state.yaml"
[Git.auth]
token = "XXXX"

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

[Behavior]
mode = "Enforce"
interval_sec = 10