mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-01-03 08:15:25 +01:00
26 lines
804 B
YAML
26 lines
804 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_url: "https://github.com/saltstack/salt-bootstrap\
|
|
/releases/latest/download/bootstrap-salt.ps1"
|
|
salt_call_command: C:\Program Files\Salt Project\Salt\salt-call
|
|
init_environment: |
|
|
'"C:\Program Files\Salt Project\Salt\salt-call" --local state.single file.managed `
|
|
C:\Users\kitchen\AppData\Local\Temp\kitchen\srv\salt\win\repo-ng\salt-minion.sls `
|
|
source=https://github.com/saltstack/salt-winrepo-ng/raw/master/salt-minion.sls `
|
|
skip_verify=True makedirs=True'
|
|
|
|
platforms:
|
|
- name: windows-2022-latest
|
|
- name: windows-2019-latest
|