summaryrefslogtreecommitdiff
path: root/roles/pipeliner/tasks/auth.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/pipeliner/tasks/auth.yml')
-rw-r--r--roles/pipeliner/tasks/auth.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/roles/pipeliner/tasks/auth.yml b/roles/pipeliner/tasks/auth.yml
deleted file mode 100644
index f2f060a..0000000
--- a/roles/pipeliner/tasks/auth.yml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-# This will be unnecessary once IAM stuff is set up correctly
-
-- name: Create AWS config directory
- file:
- path: /home/{{ ansible_user }}/.aws
- state: directory
- mode: 0755
-
-- name: Install AWS credentials
- copy:
- src: /home/nick/.aws/credentials
- dest: /home/{{ ansible_user }}/.aws/credentials
- mode: 0600