Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Fitzwater - IDI-C committed Jun 22, 2020
1 parent c535bc4 commit 7890ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ sudo amazon-linux-extras install epel -y
sudo yum install s3fs-fuse -y

echo "credentials file for s3fs"
echo ${AWS_ACCESS_KEY_ID}:${AWS_SECRET_ACCESS_KEY} > .passwd-s3fs
# TODO: define resource for this or get from CRED below
echo AWS_ACCESS_KEY_ID:AWS_SECRET_ACCESS_KEY > .passwd-s3fs
chmod 0400 .passwd-s3fs

echo "mounting S3 bucket with Ansible content"
Expand Down

0 comments on commit 7890ea6

Please sign in to comment.