mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-25 02:39:34 -04:00
12 lines
126 B
YAML
12 lines
126 B
YAML
---
|
|
- hosts: all
|
|
|
|
remote_user: root
|
|
become: true
|
|
|
|
vars_files:
|
|
- repos.yaml
|
|
|
|
roles:
|
|
- obs_repos
|
|
- knot_dns
|