diff options
| author | Luke Hoersten <[email protected]> | 2020-02-09 11:58:21 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-02-09 11:58:21 -0600 |
| commit | 785a8b2b45f0faf5e2578099bca1090c9c1417bb (patch) | |
| tree | 53b4737ab07baf112c4bbc5b968ba146ec64bf7a /roles/aws-s3-backup/templates | |
Opensourcing raspberry pi roles.
Diffstat (limited to 'roles/aws-s3-backup/templates')
| -rw-r--r-- | roles/aws-s3-backup/templates/aws-config.j2 | 5 | ||||
| -rw-r--r-- | roles/aws-s3-backup/templates/aws-credentials.j2 | 5 |
2 files changed, 10 insertions, 0 deletions
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 diff --git a/roles/aws-s3-backup/templates/aws-credentials.j2 b/roles/aws-s3-backup/templates/aws-credentials.j2 new file mode 100644 index 0000000..a959415 --- /dev/null +++ b/roles/aws-s3-backup/templates/aws-credentials.j2 @@ -0,0 +1,5 @@ +# {{ansible_managed}} + +[default] +aws_access_key_id={{aws_access_key}} +aws_secret_access_key={{aws_secret_key}} |
