mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-07 04:51:41 +00:00
18 lines
328 B
YAML
18 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
|
|
|
|
provisioner:
|
|
salt_install: bootstrap
|
|
salt_bootstrap_options: -pythonVersion 3
|
|
|
|
platforms:
|
|
- name: windows-2022-latest-py3
|
|
- name: windows-2019-latest-py3
|