Skip to content

Instantly share code, notes, and snippets.

@kudaliar032
Created August 29, 2019 04:11
Show Gist options
  • Save kudaliar032/531346611ee96c92f6579325168d0ecb to your computer and use it in GitHub Desktop.
Save kudaliar032/531346611ee96c92f6579325168d0ecb to your computer and use it in GitHub Desktop.
2- Windows Server 2016 Automation dengan Ansible
windows:
hosts:
192.168.56.3
vars:
ansible_user: aditya
ansible_password: passwordpassword
ansible_port: 5985
ansible_connection: winrm
ansible_winrm_server_cert_validation: ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment