Created
August 27, 2019 07:00
-
-
Save kudaliar032/481621b6d4709e96e70fd68f294bd719 to your computer and use it in GitHub Desktop.
1- 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: 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