forked from swimlane/atomic-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.yml
42 lines (42 loc) · 903 Bytes
/
config.example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
inventory:
windows1:
executor: powershell # or cmd
authentication:
username: username
password: some_passowrd!
verify_ssl: false
hosts:
- 192.168.1.1
- 10.32.1.1
# etc
linux1:
executor: ssh
authentication:
username: username
password: some_passowrd!
#ssk_key_path:
port: 22
timeout: 5
hosts:
- 192.168.1.1
- 10.32.100.1
# etc.
atomic_tests:
- guid: f7e6ec05-c19e-4a80-a7e7-241027992fdb
input_arguments:
output_file:
value: custom_output.txt
input_file:
value: custom_input.txt
inventories:
- windows1
- guid: 3ff64f0b-3af2-3866-339d-38d9791407c3
input_arguments:
second_arg:
value: SWAPPPED argument
inventories:
- windows1
- linux1
- guid: c141bbdb-7fca-4254-9fd6-f47e79447e17
inventories:
- linux1