Skip to content

Instantly share code, notes, and snippets.

@jesseloudon
Last active November 9, 2020 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesseloudon/14210412395a357a378e0573cd0133e3 to your computer and use it in GitHub Desktop.
Save jesseloudon/14210412395a357a378e0573cd0133e3 to your computer and use it in GitHub Desktop.
Molecule Azure Windows molecule.yml example 2/4
---
lint: |
ansible-lint tasks/main.yml
dependency:
name: galaxy
driver:
name: azure
platforms:
- name: win2019
provisioner:
name: ansible
connection_options:
become: yes
become_method: runas
become_user: SYSTEM
ansible_password: Welcome12345
ansible_connection: winrm
ansible_winrm_transport: basic
ansible_winrm_scheme: https
ansible_winrm_server_cert_validation: ignore
ansible_shell_type: powershell
verifier:
name: ansible
playbooks:
prepare: prepare.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment