mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
19 lines
328 B
YAML
19 lines
328 B
YAML
![]() |
# -*- coding: utf-8 -*-
|
||
|
# vim: ft=yaml
|
||
|
---
|
||
|
driver:
|
||
|
name: proxy
|
||
|
host: localhost
|
||
|
reset_command: "exit 0"
|
||
|
port: 5985
|
||
|
username: kitchen
|
||
|
password: Pass@word1
|
||
|
|
||
|
platforms:
|
||
|
- name: windows-2019-latest-py3
|
||
|
- name: windows-2016-latest-py3
|
||
|
|
||
|
provisioner:
|
||
|
salt_install: bootstrap
|
||
|
salt_bootstrap_options: -pythonVersion 3
|