Created
July 9, 2019 14:05
-
-
Save markuman/c28c006b7eab821d42564a9e4050d4e0 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
| plugin: aws_ec2 | |
| regions: | |
| - eu-central-1 | |
| hostnames: | |
| - tag:Name | |
| filters: | |
| tag:made_with_ansible: "yes" | |
| tag:ssh_access: "ldap" | |
| compose: | |
| ansible_user: someuser | |
| ansible_python_interpreter: "/usr/bin/env python" | |
| ansible_ssh_private_key_file: ~/.ssh/somekey |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment