mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
bc678e7d7b
Testers may override the inventory and vars-file using the environment variables 'INVENTORY' and 'VARS_FILE'.
7 lines
153 B
Text
7 lines
153 B
Text
---
|
|
# AWS Credentials
|
|
ec2_access_key: FIXME
|
|
ec2_secret_key: FIXME
|
|
|
|
# GITHUB Credentials
|
|
github_ssh_private_key: "{{ lookup('env','HOME') }}/.ssh/id_rsa"
|