mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Testers may override the inventory and vars-file using the environment variables 'INVENTORY' and 'VARS_FILE'.
8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
---
|
|
# AWS Credentials
|
|
ec2_access_key: FIXME
|
|
ec2_secret_key: FIXME
|
|
|
|
# GITHUB Credentials
|
|
github_ssh_private_key: "{{ lookup('env','HOME') }}/.ssh/id_rsa"
|