Skip to content

Commit

Permalink
NOTASK: validate systemd-resolved role input
Browse files Browse the repository at this point in the history
  • Loading branch information
damex committed Apr 22, 2024
1 parent 91f97d0 commit 5a46221
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions roles/systemd_resolved/meta/argument_specs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
argument_specs:
main:
options:
systemd_resolved_service_name:
required: true
type: str
systemd_resolved_configuration_file:
required: true
type: str
systemd_resolved_dns:
type: list
elements: str
systemd_resolved_fallbackdns:
type: list
elements: str
systemd_resolved_llmnr:
type: str
choices:
- false
- true
- resolve
systemd_resolved_multicastdns:
type: str
choices:
- false
- true
- resolve
systemd_resolved_dnssec:
type: str
choices:
- false
- true
- allow-downgrade
systemd_resolved_dnsovertls:
type: str
choices:
- false
- true
- opportunistic
systemd_resolved_cache:
type: str
choices:
- false
- true
- no-negative
systemd_resolved_dnsstublistener:
type: str
choices:
- tcp
- udp
systemd_resolved_readetchosts:
type: bool

0 comments on commit 5a46221

Please sign in to comment.