mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-03 09:08:54 +00:00
Add credentials.template and support custom INVENTORY
Testers may override the inventory and vars-file using the environment variables 'INVENTORY' and 'VARS_FILE'.
This commit is contained in:
parent
5c9dc33e41
commit
bc678e7d7b
2 changed files with 18 additions and 8 deletions
7
test/integration/credentials.template
Normal file
7
test/integration/credentials.template
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# AWS Credentials
|
||||
ec2_access_key: FIXME
|
||||
ec2_secret_key: FIXME
|
||||
|
||||
# GITHUB Credentials
|
||||
github_ssh_private_key: "{{ lookup('env','HOME') }}/.ssh/id_rsa"
|
||||
Loading…
Add table
Add a link
Reference in a new issue