Last active
April 16, 2020 17:28
-
-
Save tspeigner/f1925d6f20133a30b1a389ec9a9f814b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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