Created
July 28, 2017 18:39
-
-
Save ams0/247ed8dc2bd1b0f722b33e80e7a356bc to your computer and use it in GitHub Desktop.
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
[all:vars] | |
ansible_ssh_common_args=' -o ProxyCommand="ssh -i ~/.ssh/acs -W %h:%p [email protected]"' | |
ansible_ssh_user=azureuser | |
become=yes | |
host_key_checking = False | |
[nodes] | |
k8s-agentpool1-14608970-0 | |
k8s-agentpool1-14608970-1 | |
k8s-agentpool1-14608970-2 | |
[masters] | |
k8s-master-14608970-0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment