From 785a8b2b45f0faf5e2578099bca1090c9c1417bb Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 9 Feb 2020 11:58:21 -0600 Subject: Opensourcing raspberry pi roles. --- roles/aws-s3-backup/templates/aws-config.j2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/aws-s3-backup/templates/aws-config.j2 (limited to 'roles/aws-s3-backup/templates/aws-config.j2') diff --git a/roles/aws-s3-backup/templates/aws-config.j2 b/roles/aws-s3-backup/templates/aws-config.j2 new file mode 100644 index 0000000..5e8d330 --- /dev/null +++ b/roles/aws-s3-backup/templates/aws-config.j2 @@ -0,0 +1,5 @@ +# {{ansible_managed}} + +[default] +region={{aws_s3_backup_region}} +output=json -- cgit v1.2.3