Skip to content

Commit

Permalink
NOTASK: input validation for systemd_timesyncd (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
damex authored Apr 22, 2024
1 parent b6b999c commit 300583b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions roles/systemd_timesyncd/meta/argument_specs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
argument_specs:
main:
options:
systemd_timesyncd_service_name:
required: true
type: str
systemd_timesyncd_configuration_file:
required: true
type: str
systemd_timesyncd_ntp:
type: list
elements: str
systemd_timesyncd_fallbackntp:
type: list
elements: str
systemd_timesyncd_rootdistancemaxsec:
type: int
systemd_timesyncd_pollintervalminsec:
type: int
systemd_timesyncd_pollintervalmaxsec:
type: int
systemd_timesyncd_package_name:
required: true
type: str
systemd_timesyncd_package_version:
type: str
systemd_timesyncd_package_state:
type: str
choices:
- present
- absent

0 comments on commit 300583b

Please sign in to comment.