Skip to content

Instantly share code, notes, and snippets.

@kudaliar032
Created August 27, 2019 07:00
Show Gist options
  • Save kudaliar032/481621b6d4709e96e70fd68f294bd719 to your computer and use it in GitHub Desktop.
Save kudaliar032/481621b6d4709e96e70fd68f294bd719 to your computer and use it in GitHub Desktop.
1- Windows Server 2016 Automation dengan Ansible
windows:
hosts:
192.168.56.3
vars:
ansible_user: aditya
ansible_password: inipasswordnya
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