Created
August 29, 2019 04:11
-
-
Save kudaliar032/531346611ee96c92f6579325168d0ecb to your computer and use it in GitHub Desktop.
2- Windows Server 2016 Automation dengan Ansible
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
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