Skip to content

Commit

Permalink
add docs to configure scan interval (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
  • Loading branch information
atomic111 authored Jun 10, 2024
1 parent b6dee51 commit 1285531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ In addition we support the following variables:
| `update_windows_enabled` | set to true if you want to enable the update task for windows via scheduled task |
| `update_windows_interval` | define the update interval in days for the cnspec update |
| `update_windows_time` | define the time at which the task is to be carried out |
| `timer` | define the timer to set a scan interval in minutes. The default is 60. |
| `splay` | define the delay in the scan timing |

```yaml
---
Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ force_registration: false
# if 'manual' is set, the user need to set `registration_token`
registration_token_retrieval: "manual"

timer: ""
splay: ""
timer: "60"
splay: "60"

# annotation/ tags for the node
annotations: ""
Expand Down

0 comments on commit 1285531

Please sign in to comment.