Skip to content

Instantly share code, notes, and snippets.

@tspeigner
Last active April 16, 2020 17:28
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 tspeigner/f1925d6f20133a30b1a389ec9a9f814b to your computer and use it in GitHub Desktop.
Save tspeigner/f1925d6f20133a30b1a389ec9a9f814b to your computer and use it in GitHub Desktop.
groups:
- name: windows
targets:
- <windows hostname >
config:
transport: winrm
winrm:
user: administrator
password: <replaceme>
ssl: false
- name: linux
targets:
- <linux hostname >
config:
transport: ssh
ssh:
host-key-check: false
user: centos
run-as: root
private-key: ./student.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment