We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce1215 commit 7bc6af8Copy full SHA for 7bc6af8
1 file changed
scripts/installer/ec2-create-instance.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash -x
2
#Initially Referred to this doc: https://docs.aws.amazon.com/cli/latest/userguide/tutorial-ec2-ubuntu.html
3
4
+#TODO: allow arbitrary repo, not just IQSS. Will require changing it on the ansible side as well
5
DEPLOY_FILE=dataverse_deploy_info.txt
6
7
if [ "$1" = "" ]; then
0 commit comments