summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-09-02 16:49:24 +0100
committerNick White <git@njw.name>2019-09-02 16:49:24 +0100
commit7e18aea7beb150c0e87285583269c2611147688e (patch)
tree667e0125df1ad8c0a1abecac838ebc2084d6aa3b
parent2c8360f1f9ee9696f2dbf8d85aa3aa3caae09b63 (diff)
Remove auth now that policy is correct
-rw-r--r--roles/pipeliner/tasks/auth.yml14
-rw-r--r--roles/pipeliner/tasks/main.yml1
2 files changed, 0 insertions, 15 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
diff --git a/roles/pipeliner/tasks/main.yml b/roles/pipeliner/tasks/main.yml
index 5830e86..d9b6830 100644
--- a/roles/pipeliner/tasks/main.yml
+++ b/roles/pipeliner/tasks/main.yml
@@ -1,3 +1,2 @@
---
-- include: auth.yml
- include: pipeline.yml