blob: da2ec3e5cebf24fb9a4ab4b384f3c28fbb253ab8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
# Template for Hosttech DNS tests:
test_zone: ...
test_record_prefix: ... # must not be empty!
# Specify username/password:
hosttech_username: ...
hosttech_password: ...
# Alternatively (or additionally), specify token:
hosttech_token: ...
# Specifying both will run the same tests with both.
|