Created
December 15, 2019 02:04
-
-
Save robderickson/01e3b0d328b7a4985383e67cbe9801e4 to your computer and use it in GitHub Desktop.
Ansible inventory with vars
This file contains 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
all: | |
children: | |
web: | |
hosts: | |
192.168.56.3: | |
vars: | |
# These credentials are being "rejected by the server"; Can do interactive login with same credentials | |
ansible_user: vagrant | |
ansible_password: vagrant | |
ansible_port: 5985 | |
ansible_connection: winrm | |
ansible_winrm_cert_validation: ignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment