mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +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:
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"
|
||||
Reference in New Issue
Block a user